This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
This project uses Jest and React Testing Library for testing. Tests are written in JavaScript rather than TypeScript to avoid additional dependencies in CI/CD pipelines.
Run tests locally with:
pnpm test
For more details on writing and running tests, see our Testing Guidelines.
We welcome contributions! Please see our Contributing Guide for details on:
git checkout dev
git checkout -b feature/amazing-feature
This project uses GitHub Actions to enforce our development workflow:
dev
require passing tests and lintingmain
require at least one approval and passing testsmain
automatically triggers deployment to productionAlways develop in dev
first and only merge to main
when ready for production deployment.