You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the public scripts for Simple Analytics. When making changes keep the following points in mind.
4
+
5
+
## Development
6
+
7
+
- Use **Node.js 22.16** (see `.nvmrc`).
8
+
- Run `npm run build` to compile the scripts. This generates the files in `dist/` which should be committed.
9
+
- Format code with Prettier before committing. You can run `npx prettier -w .`.
10
+
- Execute `npm run test:unit` to run the unit tests.
11
+
12
+
## References
13
+
14
+
Most work happens in `src/` with `compile.js` creating the distributable versions. Read `README.md` for more details about contributing and running scripts locally.
0 commit comments