schnogz / schnogz-xyz

Andrew Schneider's personal website

Home Page:http://schnogz.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

schnogz-xyz

Andrew Schneider's personal website built with Gatsby. See it live at schnogz.xyz

Setup

  • 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

Developing

  • yarn develop
  • Open http://localhost:8000 in browser

Pushing to AWS

This will only work for my setup. But feel free to setup the same way :)

  • Push commit to origin master and AWS Amplify will do the rest

About

Andrew Schneider's personal website

http://schnogz.xyz


Languages

Language:JavaScript 99.9%Language:Shell 0.1%