0
stars
0
forks
source link
Mayball Marketplace
Get started developing:
- Clone this repository.
- Install virtualenv, and create a Python 3.3 environment within it. I called mine env33.
- Install pip.
- Run
pip install -r requirements.txt
.
- Install node and npm if you haven't already.
- Run
npm install
.
- Run
bower install
.
- Profit.