Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.02 KB

README.md

File metadata and controls

61 lines (38 loc) · 1.02 KB

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.