This is the Github repository for my personal website (https://timthuma.com).
It uses Vue.js with Nuxt and Tailwind CSS for styling.
The production site is staticly generated with Nuxt.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# generate static project in /.output
$ npm run build