- Clone or (Fork the repo if you want to contribute).
- Open the project in your favorite code editor's terminal or your system's terminal.
- Run
npm install
to install the required dependencies. - Run
npm run dev
the app is running on your local network.
- Pull the
master
branch before adding changes. - Create a new branch for every issue.
- Run
npx prettier . --write
before pushing.