Official website of Marauders. Visit
Fork this repository.
Clone your forked repository.
git clone https://github.com/<user_name>/Marauders-Website.git
Register you new Github OAuth App
- Homepage Url: http://marauders.com:5000/
- Authorization Callback URL: http://marauders.com:5000/github_login/github/authorized
cd /etc
nano hosts
Now add these names to 127.0.0.1 IP address:
marauders.com
api.marauders.com
Add the environment variables and their corresponding values as specified in Config_Variables file.
Include the --setup arg when running only for the first time.
cd Marauders-Website
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
pip3 uninstall pkg-resources==0.0.0
python3 main_app.py [--setup]
Press Ctrl+C
Your contributions are always welcome and appreciated. Following are the things you can do to contribute to this project.
-
Report a bug
If you think you have encountered an issue, and we should know about it, feel free to report it here and we will take care of it. -
Create a pull request
It can't get better then this, your pull request will be appreciated by the community. You can get started by picking up any open issues from here and make a pull request.
Label | Description |
---|---|
good first issue | Issues, good for newcomers |
easy | Issues with relatively easy difficulty |
medium | Issues with relatively medium difficulty |
hard | Issues with relatively hard difficulty |
If you are new to open-source, make sure to check read more about it here and learn more about creating a pull request here.