Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 911 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 911 Bytes

Open-Source Resources Library Open Source Library Logo

Open-Source Resources Library is a platform that provides a collection of free open-source books, articles, videos, courses, and learning tracks for students to learn programming, different types of development, and other aspects of technology.

Contributing

Fork this repo and clone the forked repository

Open the project directory and create a virtual environment and activate it

cd open-source-library
python -m venv venv

# Activating on Mac/Linux:
source venv/bin/activate

# Activating on Windows:
.\venv\Scripts\activate

Install the project dependencies:

pip install -r requirements.txt

Run the app:

flask run