Organize Curriculum Outcomes for Teachers.
First get firebase CLI:
npm install -g firebase-tools
-
Log into Firebase using your Google account by running the following command:
firebase login -
First run:
npm install -
Then run dev:
npm run dev -
To deply:
npm run deploy
