CodeLabz is a platform where the users can engage with online tutorials and the organizations can create tutorials for the users. The platform will be developed using ReactJS frontend library and the backend will be developed using the Google Cloud Firestore and Google Firebase Real-Time database.
You can see the app live at https://dev.codelabz.io/
Join and communicate with other members on our community. We communicate on gitter.
Contributions are always welcome!
See CONTRIBUTING.md for ways to get started.
Please adhere to this project's code of conduct.
No, you don't need to purchase Blaze plan to run the app. You need to purchase it only if you want to deploy firebase cloud functions.
npm install
command is not executing successfully in my system.First of all make sure that your are using version 14 of node. If the problem still persists try npm install --legacy-peer-deps
.
This problem generally arises when you have not setuped/started the Firebase emulators.
npm run dev
.πNOTE : Remember to start the emulators before running the app.
firebase emulators:start --import=firebase.json --project <your-project-id>
. firebase emulators:start --import=firebase.json --project <your-project-id> --only auth
.
This feature is not implemented completely and we are currently working on this. If you still want to login/signup, you can try login/signup with google option.
This problem can arise in multiple scenarios :-
.env
file and placed all values to the keys.The Make Command Not Found error indicates that the make utility is either not installed on the system or itβs not present in the PATH variable.
Follow this link to fix this issue. Click here