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.
- Support for multiple languages
- Mobile responsive
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.
<!-- 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
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- 阿卡琳 - Initial work - hufan-akari
- Justin McLemore - justincredble
- Philip Diller - PhilipDiller
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details