Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.2 KB

Golden Hour

Host with Now

Demo

Tech Used

To Run in development

git clone https://github.com/jsfeb26/golden-hour.git
cd reactriot2017-goldenhour
yarn install

Add a .env file based on of sample.env

yarn run dev Visit http://localhost:3000

To deploy using Now

Deploy is using now secrets. You'll need to add a secret variables using now secret

now add consumer_key_500px your_api_key_here

Once you add all of your now secrets then you can begin the deploy process

yarn run build
yarn run deploy