- Fork and clone the repository
In the root of the project, run
npm install
npm start
In the root of project, run
./bin/cli.sh help
Or, to run anywhere, start watch-building and link the project
npm link .
npm run watch
# cd anywhere-else
jpx version
In the ui
directory, run
cd ui
npm install
npm start
Run the release script from the root of the project.
./bin/release.sh
If viewing docs in the app, you need to re-run npm start
for markdown changes to take effect.