An open API service indexing awesome lists of open source software.

https://github.com/thormeier/thormeier.github.io

Nuxt app for personal home page.
https://github.com/thormeier/thormeier.github.io

css cv github-pages html

Last synced: 8 months ago
JSON representation

Nuxt app for personal home page.

Awesome Lists containing this project

README

          

# thormeier.dev

> thormeier.dev - built with Nuxt and Tailwind.

## Build Setup

```bash
# 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](https://nuxtjs.org).