chore: add website source
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user