diff --git a/README.md b/README.md index 24a413e..e2e9a95 100644 --- a/README.md +++ b/README.md @@ -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.