Files
start-os/ui/README.md
Aiden McClelland 95d3845906 0.2.5 initial commit
Makefile incomplete
2020-11-23 13:44:28 -07:00

20 lines
259 B
Markdown

# Embassy UI
## Setup Instructions
**Make sure you have git, node, and npm installed**
`npm i -g @ionic/cli`
`git clone https://github.com/Start9Labs/embassy-ui.git`
`cd embassy-ui`
`npm i`
`ionic serve`
## Production Deployment
`ionic build --prod`