tthew / website

My Personal Website. Built with React and Gatsby πŸ’… 🌌

Home Page:https://tthew.berlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matt Richards: Web Developer Berlin

tthew-website

This repo contains the source code for the https://tthew.berlin website.

It's built using React & Gatsby integrated with Contentful and was bootstrapped using the gatsby-starter-default boilerplate and modified according to my needs.

Feel free to take a poke around.

Installation

First things first, you need to clone this repo and install it's dependencies:

$ git clone https://github.com/tthew/website.git
$ cd ./website
$ npm install

Start developing

In order to get started, you'll need to have a pre configured Contentful space and then set the following env variables:

TTHEW_SITE_CONTENTFUL_SPACE_ID="<SPACE_ID>"
TTHEW_SITE_CONTENTFUL_ACCESS_TOKEN="<ACCESS_TOKEN>"

Then launch the dev server:

gatsby develop

This site is now running at http://localhost:8000!

For more information check out the Gatsby documentation.

Licenses

All content (text, images, audio, video) is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Creative Commons Licence

Code is licensed under the MIT license.

About

My Personal Website. Built with React and Gatsby πŸ’… 🌌

https://tthew.berlin

License:MIT License


Languages

Language:JavaScript 71.3%Language:CSS 28.6%Language:HTML 0.1%