- Fork the repo.
-
Clone the repo.
git clone https://github.com/{USERNAME}/asr-web-portal-frontend.git
-
Install Dependencies.
npm install
-
add
.env
file and environment variables. -
Run on localhost.
npm run dev
-
Create a new Branch.
git checkout -b <new-branch>
-
Make Changes.
Make Changes...
-
Stage and Commit your code.
git add . git commit -m "<Some Message to understand what you have done.>"
-
Push your code.
git push --set-upstream origin <new-branch>
-
Compare and raise pull request.
- Thats It, thanks for contributing ❤️