1 parent accaa13 commit c95af7bCopy full SHA for c95af7b
1 file changed
README.md
@@ -3,6 +3,18 @@
3
4
Tracking days spent outside the UK. Free to use. Yours to keep. Forever.
5
6
+## Development
7
+
8
+Use Node 20 or later. Install the test dependencies and Chromium once:
9
10
+```sh
11
+npm ci
12
+npx playwright install chromium
13
+```
14
15
+Run `make test` to compile the TypeScript, run the model tests with coverage,
16
+and exercise the rendered application in Chromium with Playwright.
17
18
## Data retention, or the lack of it
19
20
Everything you enter stays in your browser. Trips are saved to your browser's
0 commit comments