Andrew Schneider's personal website built with Gatsby. See it live at schnogz.xyz
- 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:8000
in browser
This will only work for my setup. But feel free to set up the same way :)
- Push commit to
origin master
and AWS Amplify will do the rest