/golden-hour

React Riot 2017 Project - An application to find the best locations to take golden hour photos

Primary LanguageJavaScript

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