Files
start-os/ui/README.md
Matt Hill a9c51e24f1 small fix
2020-12-08 12:22:57 -07:00

16 lines
214 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-os.git`
`cd embassy-os/ui`
`npm i`
`ionic serve`