Go to file
Sérgio Ramos 6df1d14049 base styles based on bootstrap and normalize 2016-10-25 02:15:43 +01:00
bin Setup fixes for OSX 2016-10-24 11:44:20 +01:00
cloudapi-graphql cloudapi-graphql: adding missing dependency 2016-10-24 17:09:36 +01:00
frontend ui grid system - grid, row and column 2016-10-24 21:58:09 +01:00
spikes css-modules & aphrodite examples 2016-10-19 15:04:20 +01:00
ui base styles based on bootstrap and normalize 2016-10-25 02:15:43 +01:00
.gitignore ignore credentials.json 2016-10-20 14:11:40 +01:00
CONTRIBUTING.md Introducing a contribution guide 2016-10-14 12:25:04 +01:00
Makefile Cleaning up Makefiles 2016-10-24 15:52:46 +01:00
README.md wrong heading for `spikes` 2016-10-24 12:45:56 +01:00
circle.yml circleci: caching slows down builds, removing 2016-10-24 17:42:44 +01:00
docker-compose.yml docker-compose: only download the needed tags 2016-10-24 17:35:35 +01:00
local-compose.yml backend: Moving backend into frontend 2016-10-24 16:31:05 +01:00

README.md

Joyent Dashboard

Project Management

This project is using Github Projects for organisation and development of the Joyent Dashboard.

Repository Layout

Currently we are using this repository as a monolithic catch-all for all project communication, development and designs. We will also include multiple PoC's of various bits of functionality from UI's prototypes to API development.

.
├── frontend
├── ui
├── backend
├── cloudapi-graphql
└── spikes

cloudapi-graphql

An implementation of the Joyent CloudAPI in GraphQL.

frontend

The client side code with a dev-server.

ui

Code for the reusable UI framework.

backend

A simple backend for frontend that serves the static files and fallbacks to /static/index.html. To be used in production.

spikes

Implementation examples from spikes.