Files
start-os/setup-wizard/README.md
2021-09-14 13:41:19 -06:00

25 lines
378 B
Markdown

# Embassy Setup Wizard
## Instructions for running locally
**Make sure you have git, node, and npm installed**
Install Ionic
`npm i -g @ionic/cli`
Clone this repository
`git clone https://github.com/Start9Labs/embassy-os.git`
`cd embassy-os/setup-wizard`
Install dependencies
`npm i`
Copy `config-sample.json` to new file `config.json`
Start the server
`ionic serve`