This is a Next.js project bootstrapped with create-next-app
.
Run the following commands
npm install or pnpm install
# Set the environment variable
Set the .env by using the .env.example
# Run the development server
npm run dev or pnpm run dev
# Access it via web
Access it by http://localhost:3000
# Access local database
npm run db:studio
- API model: lib > actions
- API integration: src > app
- UI: src > app > components