This is a Next.js project.
This project uses TailwindCSS and have both Dark & Light mode support based on your device's system mode.
Join our Discord for feedback and ideas: .gg/KHVwwEwnfk
First, setup all the ENVs on .env.local file as on .env.example file.
and then 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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.