Andrew Schneider's (schnogz) personal website built with Gatsby.
- Install dependencies via
yarn
If you would like to use LastFM section, get an API key and then create src/config/lastFM.js that exports the following:
const LastFm = {
apiKey: 'yourApiKey',
name: 'yourUserName',
}
export default LastFm
yarn dev- Open
http://localhost:8000in browser
This will only work for my setup. But feel free to set up the same way :)
- Push commit to
origin masterand AWS Amplify will do the rest