https://github.com/kellnr/website
Kellnr website
https://github.com/kellnr/website
Last synced: about 1 year ago
JSON representation
Kellnr website
- Host: GitHub
- URL: https://github.com/kellnr/website
- Owner: kellnr
- Created: 2023-09-20T19:50:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T16:22:03.000Z (about 1 year ago)
- Last Synced: 2025-04-05T17:27:27.946Z (about 1 year ago)
- Language: CSS
- Size: 5.94 MB
- Stars: 0
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kellnr Website
This repo is the code for the [kellnr.io](https://kellnr.io) webpage.
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```