We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5635813 commit 8585898Copy full SHA for 8585898
README.md
@@ -7,7 +7,8 @@
7
- Vite + TypeScript + SWC
8
- Tailwind CSS + shadcn/ui
9
- IndexedDB + Dexie.js
10
-- Prettier + ESLint
+- ESLint + Prettier
11
+- Vitest
12
13
## Getting Started
14
@@ -17,11 +18,12 @@ There aren't many _mandatory_ prerequisites other than **npm**.
17
18
2. Download dependencies via `npm i`.
19
3. Start a local development server via `npm run dev`.
20
-Before making a contribution, be sure to run the typechecker and linter:
21
+Before making a contribution, be sure to run the following scripts:
22
23
1. Run a typecheck via `npm run typecheck`.
24
2. Run ESLint via `npm run lint`.
25
3. Run Prettier via `npm run format`.
26
+4. Run Vitest via `npm run test`.
27
28
## License
29
0 commit comments