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.
- Host: GitHub
- URL: https://github.com/thormeier/thormeier.github.io
- Owner: thormeier
- Created: 2013-09-28T14:21:26.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T22:43:06.000Z (over 1 year ago)
- Last Synced: 2025-01-28T23:29:53.750Z (over 1 year ago)
- Topics: css, cv, github-pages, html
- Language: Vue
- Homepage: https://thormeier.dev
- Size: 4.84 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).