https://github.com/sectore/jkrause.io
https://github.com/sectore/jkrause.io
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sectore/jkrause.io
- Owner: sectore
- License: mit
- Created: 2023-11-12T20:12:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T21:06:31.000Z (over 2 years ago)
- Last Synced: 2025-03-01T12:49:03.132Z (over 1 year ago)
- Language: HTML
- Homepage: https://jkrause.io
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jkrause.io
## Installation
### (a) `Nix` users
`cd` into root folder of the project.
```bash
nix develop
```
### (b) Non `Nix` users
Install [Node](https://nodejs.org) and [pnpm](https://pnpm.io/).
### Install dependencies
```bash
pnpm i
```
## Local development
```bash
pnpm dev
```
Open http://localhost:5173/ in your browser.
## Local build
```bash
pnpm build
```