Taskify is a task management and productivity tool to help you manage your time and organize your workflow.
- Node.js and npm
- Firestore DB
- React
- MUI
- Zustand (for state management)
- Firebase CLI
- Clone the repository:
- Install project dependencies and start the development environment:
a. In the root directory of the project (where package.json is located), runnpm install
.
b.cd functions
andnpm install
. - Start the development environment:
npm run dev
- In another terminal start the firebase emulators by running
npm run fb-emulators