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
Follow these steps if you want to run a local instance of the site.
The following dependencies must be installed on your machine.
| Dependency | Version |
|---|---|
| node.js | 10.6.0 |
| yarn | 1.9.4 |
- Clone and cd into the repo
git clone https://github.com/JustusFT/website
cd website- Install yarn dependencies
yarn- Start the server
yarn developThe website should now appear at http://localhost:8000/
Only I am allowed to do this. Run this to push to the Github page repo
yarn deploy