Static HTML website for the Black Griffin Player's Guide.
Requirements:
To set-up your environment execute:
$ npm install
To build execute:
$ npm run build
To test:
$ npm start
And open http://localhost:8000 in your browser.
To clean build:
$ npm clean
To publish as a PDF:
$ npm run publish