-
Notifications
You must be signed in to change notification settings - Fork 1
Setup for frontend developer
TornikeNatsvlishvili edited this page Mar 9, 2017
·
4 revisions
###Requirments
- Python 3.6
###Clone repo
Go to your workspace and git clone https://github.com/TornikeNatsvlishvili/skivri.ge.git
###Install Python Download and install Python3.6
###Install Dependencies
cd application
pip install -r requirements.txt
###Run front-end
python run.py --nodb --noanalytics
To make frontend development easier, --nodb flag is supplied.
When this flag is used, articles are loaded from .json files instead of a database connection. There are two json files in the application folder: geo_articles.json and eng_articles.json