Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 884 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 884 Bytes

Website

This is my personal website. You can see it live here: https://justusft.github.io/

This website is built with Gatsby with the Gatsby default starter

Setup

Follow these steps if you want to run a local instance of the site.

Prerequisites

The following dependencies must be installed on your machine.

Dependency Version
node.js 10.6.0
yarn 1.9.4
  1. Clone and cd into the repo
git clone https://github.com/JustusFT/website
cd website
  1. Install yarn dependencies
yarn
  1. Start the server
yarn develop

The website should now appear at http://localhost:8000/

Deploying

Only I am allowed to do this. Run this to push to the Github page repo

yarn deploy