Go to file
Tom Gallacher c980b1da53 ui: fixing broken build due to missing deps 2016-10-31 13:47:43 +00:00
bin ci: no need to re-apply stash 2016-10-27 12:35:37 +01:00
cloudapi-graphql make: Adding test-ci make task 2016-10-31 12:02:32 +00:00
frontend ui: fixing issue with deployment 2016-10-31 13:33:42 +00:00
spikes css-modules & aphrodite examples 2016-10-19 15:04:20 +01:00
ui ui: fixing broken build due to missing deps 2016-10-31 13:47:43 +00:00
.gitignore make: Adding test-ci make task 2016-10-31 12:02:32 +00:00
CONTRIBUTING.md Introducing a contribution guide 2016-10-14 12:25:04 +01:00
Makefile make: Adding test-ci make task 2016-10-31 12:02:32 +00:00
README.md readme: updating docs 2016-10-25 17:51:20 +01:00
circle.yml make: Adding test-ci make task 2016-10-31 12:02:32 +00:00
docker-compose.yml ui: Implementing deploy 2016-10-31 11:13:38 +00:00
local-compose.yml ui: Implementing deploy 2016-10-31 11:13:38 +00:00
package.json tests: Makefile is now the main truth, away from npm 2016-10-27 16:15:44 +01:00
yarn.lock tests: Makefile is now the main truth, away from npm 2016-10-27 16:15:44 +01:00

README.md

Joyent Dashboard

Installation

To run the stack locally:

docker-compose -f local-compose.yml up -d

And then navigate to https://localhost:8000.

Development

If you would like to contribute to the project, the recommended way to setup is to insure that you have docker installed, and optionally have a triton account and profile setup using the triton tool.

Currently requires yarn for installing dependencies.

make || make install

Then to run each individual component locally (subject to change).

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
├── cloudapi-graphql
└── spikes

cloudapi-graphql

An implementation of the Joyent CloudAPI in GraphQL.

frontend

The client side code with a dev-server, this also includes the production server for the meantime, however we are looking at moving towards a deployment of the build artifacts to manta, and another server to host these assets.

ui

Code for the reusable UI framework.

spikes

Implementation examples from spikes, this directory is experimental and is likely broken.