Saadhan is a resource hub for the r/developersIndia community
- Saadhan is an app to aggregate and provide tech resources to learn from.
- Resources are contributed by community. Contribute your favourite resources
- The website is built using Flask as backend and HTMX with Bulma as frontend.
-
Initialise a virtual environment.
cd saadhan python3 -m venv venv source venv/bin/activate
-
Install dependencies
pip install -r requirements.txt
-
Run development server.
make run
- Build docker image
make build-docker
- Run image
make docker
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.
Please read the CONTRIBUTING guidelines for the process of submitting pull requests to us.
Thanks goes to these wonderful people (emoji key):
Shalabh Agarwal 💻 |
Harsh Raj 💻 |
rashhocket 💻 🐛 |
K Hari Aneesh Siddhartha 💻 |
Sidhanth Rathod 🐛 |
Mohit Bansal 💻 |
Mustafa Kapadia 💻 |
Darshil Prajapati 💻 |
Kartik Kumar 💻 |
yump 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!