Skip to content

Commit

Permalink
(tsoding#76) Add Development Workflow section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jun 20, 2021
1 parent d214d81 commit e6aa6db
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. `<edit files>`

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

Expand Down

0 comments on commit e6aa6db

Please sign in to comment.