Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 432 Bytes

File metadata and controls

24 lines (16 loc) · 432 Bytes

thormeier.dev

thormeier.dev - built with Nuxt and Tailwind.

Build Setup

# 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:fix

For detailed explanation on how things work, check out Nuxt.js docs.