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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,16 @@ yarn dev
15
15
16
16
Open [http://localhost:3000](http://localhost:3000).
17
17
18
+
## Verification
19
+
20
+
```bash
21
+
yarn test
22
+
yarn test:coverage
23
+
yarn verify
24
+
```
25
+
26
+
`yarn verify` runs the unit/content checks and creates a production build. GitHub Actions runs the same checks for pull requests and pushes to `main`. In GitHub repository settings, require the **Verify / Test and build** status check before merging to `main`; Vercel's production deployment will then only occur after the verified pull request is merged.
27
+
18
28
## How to deploy
19
29
20
30
This site is deployed like a standard Next.js app on Vercel, but you can deploy anywhere that supports Node.js 24.
0 commit comments