This is built using Nuxt.js.
# install dependencies
$ npm install
# copy some files
$ npm run font
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
# deploy to github
$ npm run generate
$ npm run deploy
For an explanation on how Nuxt works, see the Nuxt.js docs.