Skip to content

Commit 1bda5e4

Browse files
Create README.md - how to get things running!
1 parent 51156dd commit 1bda5e4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: docs/README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# PWA - test app: 4 tabs of animated algorithms
2+
3+
## To fire up on local server:
4+
5+
```
6+
> git clone https://github.com/UnacceptableBehaviour/js_canvas_IO_docs
7+
> cd js_canvas_IO_docs/docs
8+
> http-server -p 8000 # fire up server navigate to landing page link
9+
```
10+
11+
12+
### See js_lib_test_CORS_issue also: Animation how to use RAF - request animation frame
13+
Standalone bouning balls animation - [walk through](https://github.com/UnacceptableBehaviour/js_canvas_IO_docs/tree/main/js_lib_test_CORS_issue)
14+
Again . .
15+
```
16+
> git clone https://github.com/UnacceptableBehaviour/js_canvas_IO_docs
17+
> cd js_canvas/js_lib_test_CORS_issue
18+
> http-server -p 8000 # fire up server navigate to landing page link
19+
```

0 commit comments

Comments
 (0)