From 953adc3251ca3601579c57d4e0160eabcb318b47 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Mon, 6 Sep 2021 10:07:48 -0500 Subject: [PATCH] updated readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.