- next.js
- styled-components
- react
- google-map-react
- isomorphic-fetch
- dotenv
- babel-plugin-styled-components
- 500px API
- Google Maps API
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
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