This is a Next.js project bootstrapped with create-next-app.
- Next.js 14
- TypeScript
- Bootstrap 5
- ESLint
- Zod
- React Hook Form
First, run the development server:
- Copy
.env.exampleto.envand fill in the environment variables.
npm i
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.