Add README.md
This commit is contained in:
parent
72282b250b
commit
9c61718274
14
README.md
Normal file
14
README.md
Normal 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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user