updated readme
This commit is contained in:
parent
ee302e55f3
commit
953adc3251
|
@ -19,3 +19,10 @@ npm install
|
||||||
npm run build
|
npm run build
|
||||||
firefox public/index.html
|
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.
|
||||||
|
|
Reference in New Issue