https://github.com/frigus02/website
My private website.
https://github.com/frigus02/website
Last synced: 12 months ago
JSON representation
My private website.
- Host: GitHub
- URL: https://github.com/frigus02/website
- Owner: frigus02
- License: mit
- Created: 2017-06-07T19:53:10.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T04:28:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T09:41:26.077Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://kuehle.me
- Size: 2.14 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kuehle.me
This is the source of my personal website [kuehle.me](https://kuehle.me).
## Usage
For a development server with live reload:
```sh
npm i
npm run start
```
For a production build:
```sh
npm run build
```