chore: add website source

This commit is contained in:
edde746
2026-05-18 13:15:17 +02:00
parent d3d7957b62
commit d004342c98
52 changed files with 4201 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Plezy Website
Source for [plezy.app](https://plezy.app), built with SvelteKit and exported as a static site.
## Development
```bash
bun install
bun run dev
```
## Checks
```bash
bun run check
```
## Build
```bash
bun run build
```
The production output is written to `build/` and is intentionally ignored by git.