Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 2.11 KB

README.md

File metadata and controls

63 lines (40 loc) · 2.11 KB

Circulation

Circulation encourages people to re-use resources which are too often single use. How many of the books in your home will only be read by one person when there is no reason they could not be read by many people? By making our personal resources available to our neighbors, we hope to foster exchanges in our communities.

Key Features

  • Support for multiple languages
  • Mobile responsive

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Installing

<!-- Clone Circulation repository -->
git clone https://github.com/justincredble/circulation.git

<!-- Change into local repo -->
cd circulation

<!-- Create virtual environment -->
virtualenv ./venv

<!-- Activate new venv -->
source ./venv/bin/activate

<!-- Install dependencies -->
pip install -r requirements.txt

<!-- Run the web app -->
python ./run.py

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details