This project is built with Next.js 13, utilizing app router with SSR and dynamic routes.
-
🤵 User Registration and Authentication
-
💻 Responsive Design
-
🔎 SEO Friendly
- Ensure you have Docker installed and running in the background.
-
Install project dependencies:
npm i
-
Start Supabase:
supabase start
-
Run the project in preview mode:
npm run dev
-
Access the application locally at http://localhost:3000. (default)*
Please note that ports may vary, check output of supabase start
to know for sure.