1.0.0 • Published 7 years ago

aaronsun v1.0.0

Weekly downloads
8
License
UNLICENSED
Repository
github
Last release
7 years ago

Aaron Sun

This is the code backing http://aaronsun.com

In order to build the website, use the following commands.

# watch for changes and rebuild locally
npm test

# build a local version to the output folder
npm start

# build and save a local static version
npm stop

# build and upload to the web
npm publish

The local development index is located at ./build/html/dev/index.html