mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-21 23:02:20 +01:00
18 lines
191 B
Markdown
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
|
|
```
|