This project is built using the Next.js framework and integrates with the Firebase database.
The authentication page offers multiple authentication options (email, Google, Facebook, phone number and ..)
To run the development server, use the following command:
npm run devor
yarn devor
pnpm devOpen http://localhost:3030 with your browser to see the result.
Note: Don't forget to create a .env.local file and populate it with your Firebase API variables. Refer to the .env.schema file for the exact names of the variables you need to provide.