Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.61 KB

README.md

File metadata and controls

58 lines (42 loc) · 1.61 KB

NodeJs Indonesia Blog

Link to NodeJs Indonesia Blog

Generate with wintersmith template.

License GitHub contributors

NodeJs Indonesia

How to contribute

See contibution rule

How to RUN this project

First you need to fork and clone this repo

Install wintersmit in global

npm install wintersmith -g

Install depedency to your npm

npm install
-- OR --
yarn install

Change config.json value to your local

"url": "http://localhost:8080"

Run project

wintersmith preview

Generate static

wintersmith build

Please see here to complete guide.

How to add new article

  • Please see contibution rule.
  • Create branch with article prefix, ex : article/tutorial-expressjs
  • Follow the Git Flow

Join to our community