So you want to help? That's great! 🙌
Here are a few things to know to get you started on the right path.
- Python
- Django
- Fork and star this repo. 😆
- Run the following command lines on your terminal.
git clone git@github.com:eugeniusms/wisata-nusantara.git cd wisata-nusantara python -m venv env env\Scripts\activate.bat # for windows source env/bin/activate # for mac/linux pip install -r requirements.txt python manage.py runserver
- Create a new Pull Request with the following format "Additions made: ...".
- Now, just wait for the merge! 👍
By contributing, you agree that your contributions will be licensed under its MIT license.