public directory serves as the main directory of the project for deployment of the website
- open terminal and type
npm install firebase - after that type
npm install -g firebase-tools - after that type
firebase loginthen login your firebase account being invited to this project - if you are already signed in with wrong email, type
firebase logoutto logout then login again - after that, create
firebaseConfig.jsunderpublic/jsdirectory then ask @olors about the content to make the backend functional - after the
firebaseConfig.jsis created and input the contents typefirebase init - then follow this steps
- after the
firebase initis complete, typefirebase serveto open the project in the localhost host serve by firebase. This is done for you to see what it looks like if the web app is already deployed


