Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 630 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 630 Bytes

I was born in Los Angeles and so I decided to create a website as an ode to this great city. As you scroll through the website you will be met with an endless stream of beautiful LA. This was built with React and the Unsplash API.

To work locally make sure netlify-lambda is installed.

Then run: netlify-lambda build src/lambda

npm i --save-dev http-proxy-middleware

netlify-lambda serve src/lambda + gatsby develop

Oh and make sure to sign up for an unsplash api key.

Create a config.js file at root.

Add this into the config file:

const config = { accessKey: <"Access Key Here">, }

export default config