From e6aa6db862433cc91870c2cf28e7ca538f2ffe55 Mon Sep 17 00:00:00 2001 From: rexim Date: Sun, 20 Jun 2021 18:45:36 +0700 Subject: [PATCH] (#76) Add Development Workflow section to README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index afd72c7..4ece392 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,13 @@ $ python3 -m http.server 6969 $ iexplore.exe http://localhost:6969/ ``` -## Building JavaScript files +## Development Workflow -```console -$ npm install -$ ./node_modules/.bin/tsc -``` +1. `$ npm install` +2. `$ ./node_modules/.bin/tsc -w` +3. `` + +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. # Filter Development