Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 313 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 313 Bytes

Pinterest Clone

Installation

npm install

Starting Server [Development]

npm start

Starting Server [Production]

npm start production

Config

export PIC_DB=Your_DB_URL
export PORT=Your_PORT
export twitter_key=Your_twitter_key
export twitter_secret=Your_twitter_secret