- Install Polaris or compile your own by following this guide
- Install Node.js version 14 or more
- Clone the polaris-web repository with
git clone https://github.com/agersant/polaris-web.git
- Run Polaris on its default port (5050)
- Within the polaris-web directory, run
npm install
followed bynpm run dev
- Open the client by visiting the URL listed in the output of
npm run dev
- Changes you make within
polaris-web/src
are visible immediately
- Run a Polaris server with the following flags:
polaris -f -w ../polaris-web/dist -c ../polaris-web/automated.config.toml
, where../polaris-web
is this repository - Run
npm test