1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

Updating README

This commit is contained in:
Tom Gallacher 2017-01-27 17:49:31 +00:00
parent 5c9607e43e
commit 4a81042bd0

View File

@ -52,6 +52,7 @@ We will also include multiple PoC's of various bits of functionality from UI's p
``` ```
. .
├── cloudapi-graphql ├── cloudapi-graphql
├── docs
├── frontend ├── frontend
├── nginx ├── nginx
├── ui ├── ui
@ -62,6 +63,11 @@ We will also include multiple PoC's of various bits of functionality from UI's p
An implementation of the [Joyent CloudAPI](https://apidocs.joyent.com/cloudapi/) in GraphQL. An implementation of the [Joyent CloudAPI](https://apidocs.joyent.com/cloudapi/) in GraphQL.
### Docs
Documentation about the project, mainly focused on information for the technical runnings of this project.
Can be view online at the [documentation website](http://docs.svc.f4b20699-b323-4452-9091-977895896da6.eu-ams-1.triton.zone/)
### frontend ### 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. 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.