Dieggore / schnogzdotcom

My personal website

Home Page:http://schnogz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

schnogz-dot-com

Andrew Schneiders's personal website built with Gatsby.

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

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

About

My personal website

http://schnogz.com


Languages

Language:JavaScript 100.0%