Skip to content

nodejs-indonesia/blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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