The client code can be found in the client
folder and the server code can be found in the server
folder.
✍️ What things you need to install the software and how to install them
Google Chrome or Any other Browser
✍️ A step by step series of examples that tells how to get a development env up & running
The steps will be
📝
git clone
cd project
npm i -g serve
serve
- Visit https://console.firebase.google.com/ and create a Firebase Project (or select existing one.
- Goto Project Settings and click "Add App" button.
- Copy Project configuration.
- Make a duplicate of
.env.sample
and rename it.env
- Paste previously copied configurartions in
.env
file to run the project.
The steps will be
📝
git clone
cd project
To ensure that Git Commit Statements are consistents by using a custom template, please follow the below mentioned URL on Linux systems to setup the required GIT Configurations. URL:- https://dev.to/timmybytes/keeping-git-commit-messages-consistent-with-a-custom-template-1jkm?signin=true