Dead simple and easy to use task management system
useit and test it at https://knit-chi.vercel.app/
- create a new firebase app and get the credentials from the settings
- save the settings in
.env
file
# .env
VITE_FIREBASE_KEY=
VITE_FIREBASE_DOMAIN=
VITE_FIREBASE_PROJ=
VITE_FIREBASE_BKT=
VITE_FIREBASE_MSG_ID=
VITE_FIREBASE_APP_ID=
- use
npm install
to install all the dependencies - run the app by
npm run dev
or build it bynpm run build
Note: NodeJS and npm are pre-requisites for the app