This is a Next.js project bootstrapped with create-next-app
.
rename the .env.example
file to .env
and fill in the required environment variables.
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.
pnpm build # Build the project
pnpm start # Start the project on production mode
pnpm lint # Lint the project
pnpm test # Test the project with jest