This package contains the code for the Marlowe main webpage: https://marlowe-finance.io
This website is written purely in HTML, CSS and JS. We use webpack to minify and bundle production code and to provide development live reload.
$ npm install
$ npm run start
The start
script will bundle the assets and launch a webserver in http://localhost:8000 with live reloading.
To create a production build just run
$ npm run build
TBD