thormeier.dev - built with Nuxt and Tailwind.
# install dependencies
$ npm run install
# serve with hot reload at localhost:3000
$ npm run dev
# generate static project for github.io
$ npm run generate
# lint the entire codebase
$ npm run lint
# fix all linting errors
$ npm run lint:fixFor detailed explanation on how things work, check out Nuxt.js docs.