website

My Personal Website. Built with React and Gatsby 💅 🌌

MIT License

Stars
0
Committers
1

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.

Code is licensed under the MIT license.