Fish Percolator website
# install dependencies
$ yarn
# serve with hot reload at localhost:3000
$ yarn run dev
# generate static project
$ yarn run generate
# deploy generated project to GitHub Pages
$ yarn run deploy
For detailed explanation on how things work, checkout the Nuxt.js docs.