You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,14 @@ $ python3 -m http.server 6969
17
17
$ iexplore.exe http://localhost:6969/
18
18
```
19
19
20
+
## Development Workflow
21
+
22
+
1.`$ npm install`
23
+
2.`$ ./node_modules/.bin/tsc -w`
24
+
3.`<edit files>`
25
+
26
+
Make sure that you commit the generated `js/*` files along with your changes. This is important for the project to retain that "Just deploy the repo" attitude.
27
+
20
28
# Filter Development
21
29
22
30
**WARNING! Knowledge of [WebGL](https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API) or [OpenGL](https://www.opengl.org/) is required to read this section!**
0 commit comments