Skip to content

Rohit-Saini7/asr-web-portal-frontend

Repository files navigation

ASR Web Portal (Frontend)

Want to run locally and Contribute.

  1. Fork the repo.

Fork Step-1 Fork Step-2

  1. Clone the repo.

    git clone https://github.com/{USERNAME}/asr-web-portal-frontend.git
    
  2. Install Dependencies.

    npm install
    
  3. add .env file and environment variables.

  4. Run on localhost.

    npm run dev
    
  5. Create a new Branch.

    git checkout -b <new-branch>
    
  6. Make Changes.

    Make Changes...
    
  7. Stage and Commit your code.

    git add .
    git commit -m "<Some Message to understand what you have done.>"
    
  8. Push your code.

    git push --set-upstream origin <new-branch>
    
  9. Compare and raise pull request.

Fork Step-1 Fork Step-2

  1. Thats It, thanks for contributing ❤️