updated readme

This commit is contained in:
Rudis Muiznieks 2021-09-06 10:07:48 -05:00
parent ee302e55f3
commit 953adc3251
1 changed files with 7 additions and 0 deletions

View File

@ -19,3 +19,10 @@ npm install
npm run build
firefox public/index.html
```
## Development Philosophy
- Keep it client-side—it runs in a web browser, even offline.
- Keep it lean—no third-party libraries of any kind.
- Keep it clean with strict typescript rules and linting.
- Compile to a single file—no module loaders or other fancy schmancy nonsense of that sort.