mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
fixing things up
This commit is contained in:
committed by
Aiden McClelland
parent
1dbef9d689
commit
c1db00aebb
25
setup-wizard/README.md
Normal file
25
setup-wizard/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user