$ brew install hugo
$ git clone https://github.com/oncletom/emunova.net.git --branch master --single-branch
$ cd emunova.net
$ npm install
$ npm run generate-thumbs
$ npm run build
Files will be available in the ./public
folder.
$ npm start
Website will be available at localhost:1313.
A valid connection to a dump of Emu Nova v2 database is required.
export MYSQL_CONNECTION='mysql://<user>:<password>@host/db'
$ node ./bin/migrate <content-type>