- Any IDE(VSCode recommended)
- Node.js v20.13.1 or later
- Basic knowledge of ReactJS(Frontend) and Django(Backend)
- Go to Innovateninjas/Paws-frontend.
- Fork the repository.
- Install the project using
npm i
. - Run the project using
npm start
. - Create a new branch using
git checkout -b <branch_name>
- Check Contributing.md for full setup Information.
- Go to Innovateninjas/Paws-Backend
- Fork the repository.
- Install the requirements using
pip install -r requirements.txt
- Apply the Migrations using
python manage.py migrate
- Run the project using
python manage.py runserver
Make sure your issues follow the proper guidelines as mentioned here want to work on a new issue ? Read this
For discussions or help join the official discord channel in the GSSOC discord server Click here
Rules
- Do not create duplicate issues.
- Check all issues to make sure you are not creating a duplicate issue.
- For UI improvements check this issue.
- For Backend issues create an issue in Innovateninjas/Paws-Backend. After you're assigned it will be transferred to Innovateninjas/Paws-frontend and you will be assigned the appropriate points and labels.