Standalone desktop wallet application for Station.
- Install Node.js LTS (https://nodejs.org/en/)
- Run
npm install
in the project directory
In the project directory, run npm run start
Builds the app for production to the dist
folder.
- Mac & Windows:
npm run build-macwin
- Linux:
npm run build-linux