Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 214 Bytes

File metadata and controls

13 lines (9 loc) · 214 Bytes

Hacking

There is currently no build-step so you're free to use any static file-server:

# bun (recommended)
bun index.html

# python
python -m http.server 3000