This is a Next.js starter in Firebase Studio.
Deployed and live: https://task-pi-orpin.vercel.app/login
Quick start
-
Clone the repository:
git clone https://github.com/7nos/task.git
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open the app and take a look at
src/app/page.tsxto start exploring the project.
Notes
- The live deployment (login page) is available at the link above.
- If you need Firebase configuration, check the environment files and the Firebase setup in the repo.