Skip to content

sugarshin/blog.sugarshin.net

Repository files navigation

blog.sugarshin.net

Build Status

https://blog.sugarshin.net

Prerequirements

$ cat .nvmrc

Setup

Environments

cp .env{.example,}
vim .env

https://github.com/sugarshin/blog.sugarshin.net/blob/master/.env.example

Start dev-server

npm run dev

Run tests

npm test

Build assets

NODE_ENV=production npm run build

Add new article

npm run na -- --name example-article-url

Deploy

Merge to master branch will trigger CircleCI that deploys assets to GitHub Pages.

License

Copyright (C) 2016 Shingo Sato.

All rights reserved with all articles and pictures.

Everything else in the repository is MIT licensed.