feat(pages): scaffold web documentation with parcel and custom fonts

This commit is contained in:
daydreamer-json
2026-02-28 06:07:53 +09:00
parent 24d181f1b6
commit 00e0e4cb6c
370 changed files with 6550 additions and 0 deletions

15
pages/README.md Normal file
View File

@@ -0,0 +1,15 @@
# pages
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.3.9. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.