This is the website for my dad's copywriting business, www.pelleohrn.se. It's a simple single page application created with Nuxt, using Tailwind CSS for styling (and BEM where Tailwind has issues, most notably in CSS Grids) as well as FontAwesome for icon elements.
Install all dependencies:
$ yarn install
$ yarn dev
$ yarn build
$ yarn generate
$ yarn start
yarn lint
yarn test