Files
ak-endfield-api-archive/pages/README.md
2026-03-07 20:54:35 +09:00

18 lines
191 B
Markdown

# pages
A very simple and very lame information display page written in HTML, CSS, and TypeScript
## For dev
Live server:
```bash
bun x parcel
```
Build:
```bash
bun x parcel build
```