feat: archive launcher web endpoint metadata

This commit is contained in:
daydreamer-json
2026-03-07 20:54:35 +09:00
parent 725f82a7f6
commit a4623177ef
811 changed files with 27227 additions and 281 deletions

View File

@@ -1,15 +1,17 @@
# pages
To install dependencies:
A very simple and very lame information display page written in HTML, CSS, and TypeScript
## For dev
Live server:
```bash
bun install
bun x parcel
```
To run:
Build:
```bash
bun run index.ts
bun x parcel build
```
This project was created using `bun init` in bun v1.3.9. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.