This site is not longer maintained. Visit my profile for a newer version of my site.
This is the source for my personal website built using Nuxt.js.
The source code is licensed under GPL-3.0
Unless otherwise stated, all content on this site is licensed under a Commons Attribution-ShareAlike 4.0 International License
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, check out Nuxt.js docs.