Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 475 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 475 Bytes

Ravifans

Setup the project locally

  1. Clone or (Fork the repo if you want to contribute).
  2. Open the project in your favorite code editor's terminal or your system's terminal.
  3. Run npm install to install the required dependencies.
  4. Run npm run dev the app is running on your local network.

Contribution Guidlines

  1. Pull the master branch before adding changes.
  2. Create a new branch for every issue.
  3. Run npx prettier . --write before pushing.