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