mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* new flow and endpoints * functional * prod build errors addressed * little more cleanup * transfer progress fixed * tor address fix * remove eslint cause sucks * fix skeleton text color and wording Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
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