mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 07:10:05 +02:00
Update README.md
This commit is contained in:
parent
0e70981e32
commit
c8cb4107e8
@ -13,7 +13,6 @@ We will also include multiple PoC's of various bits of functionality from UI's p
|
|||||||
.
|
.
|
||||||
├── frontend
|
├── frontend
|
||||||
├── ui
|
├── ui
|
||||||
├── backend
|
|
||||||
├── cloudapi-graphql
|
├── cloudapi-graphql
|
||||||
└── spikes
|
└── spikes
|
||||||
```
|
```
|
||||||
@ -24,16 +23,12 @@ An implementation of the [Joyent CloudAPI](https://apidocs.joyent.com/cloudapi/)
|
|||||||
|
|
||||||
### frontend
|
### frontend
|
||||||
|
|
||||||
The client side code with a dev-server.
|
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
|
### ui
|
||||||
|
|
||||||
Code for the reusable UI framework.
|
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
|
### spikes
|
||||||
|
|
||||||
Implementation examples from spikes.
|
Implementation examples from spikes.
|
||||||
|
Loading…
Reference in New Issue
Block a user