https://github.com/janinawibker/website-v2
https://github.com/janinawibker/website-v2
nextjs personal-website reactjs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/janinawibker/website-v2
- Owner: JaninaWibker
- License: mit
- Created: 2017-11-05T17:13:50.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T17:35:05.000Z (over 1 year ago)
- Last Synced: 2025-01-25T20:43:27.694Z (4 months ago)
- Topics: nextjs, personal-website, reactjs
- Language: TypeScript
- Homepage: https://jannikwibker.dev
- Size: 1.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal website (v2)

## Building and running
Development:
```sh
npm run dev # next dev
```Building:
```sh
npm run build # next build
```Docker:
```sh
docker build -t website: .
```Starting (when already built):
```sh
npm run start # next start
```