Add README.md

This commit is contained in:
Thibaud Gasser 2025-01-30 22:57:02 +01:00
parent 72282b250b
commit 9c61718274

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# JS Canvas Playground
Various experiments in javascript canvas
## Run locally
```bash
// Compile typescript files
$ tsc -w
// Serve the content of current directory
$ python3 -m http.server
$ firefox localhost:8000
```