/noface-blog

Primary LanguageJavaScriptMIT LicenseMIT

noface-blog

Content

Main content is located at /content/blog.

Usage

To compile and test the site locally:

npm install
npm run develop

View at: http://localhost:8000/

GraphQL: http://localhost:8000/___graphql

Deploy

When ready to deploy, generate the static files and push the the gh-pages branch with:

npm run deploy