Skip to content

srcreigh/srcreigh.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S. C. Young

Source code and current build for my website and its articles.

Copyright (C) Shane Creighton-Young 2016

Setup instructions

Install npm. Clone the repo. Then:

# install dependencies
npm install

# build the website locally
npm run build

# deploy to github
npm run deploy

Testing locally

The http-server npm package is a zero-configuration command line server. To use it:

npm install -g http-server

cd $PATH_TO_REPO_ROOT
http-server build/

About

Copyright (C) Shane Creighton-Young 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published