Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 413 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 413 Bytes

Your Priorities Version 6

To run

# In app root folder
npm install & bower install

cp server_api/config/config.json.dist server_api/config/config.json
vi server_api/config/config.json # Add information about an empty postgres database

./start

# To run with image upload to S3 enabled
AWS_ACCESS_KEY_ID=XXX AWS_SECRET_ACCESS_KEY=XXX S3_BUCKET=my-test ./start

Go to localhost:4242 in your browser