Files
start-os/setup-wizard
Matt Hill 8a559b71fd Clean up README (#1114)
* Update README.md

* updated readme assets

* delete deprecated lifeline

* update contributing guide and delete old build guides/notes

* fix typos

* update ui formatting recommendation

* update readmes and contributing guide with build steps and dependencies

* add script to install sdk

Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
2022-01-24 15:24:02 -07:00
..
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-24 15:24:02 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00

Embassy Setup Wizard

Development Environment Setup

node --version
v16.11.0

npm --version
v8.0.0

Styleguide

This project utilizes tslint for formatting.

Building Setup Wizard

git clone https://github.com/Start9Labs/embassy-os.git

cd embassy-os

cd setup-wizard/

npm install -g @ionic/cli

npm --prefix . install

Copy config-sample.json and contents to a new file called config.json

Start the development server

Serves the ui on localhost:8100 for local development. Edit ./setup-wizard/config.json and set useMocks: true to use mocks during local development

ionic serve

Production Build

Before publishing a PR, please build for production and correct any errors. Run the following command, which compiles project customized for deployment to an Embassy, depositing build artifacts into setup-wizard/www.

npm --prefix ui run build-prod