Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

chadly/chadly.net

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

chadly.net

Personal blog powered by Gatsby

Running Locally

Run the following in a terminal:

npm install
npm start

This will start the gatsby development server at localhost:8000.

Windows Machine

If you are running Windows and you get errors when installing dependencies, make sure to globally install the Windows Build Tools:

npm install --global windows-build-tools

This will set Python & C++ up on your machine to compile some native node modules that are in the dependency tree for this project. Also, make sure you are running the latest version of npm:

npm install npm -g

Webmentions

If you want to load webmentions while running locally, be sure to set the environment variable WEBMENTIONS_TOKEN. You can do that by creating a .env file with the contents:

WEBMENTIONS_TOKEN=my_token