This is the source code of http://orderbook.xrp.ninja.
- Clone this repository
- Run
npm install
- Run
npm install nw --nwjs_build_type=sdk
(optional, needed only for development)
- Make a copy of the
config_example.js
file and name itconfig.js
- Save Google analytics code in
analytics.html
- Save Web
monetization
in
web-monetization.html
- Build:
- Run
gulp
on command line for development - Run
gulp prod
on command line for production code (under.build
directory)
- Run
- Open http://localhost:3000 in your browser