nodejs-indonesia / blogs

Blogs for NodeJs Indonesia

Home Page:https://nodejs-indonesia.github.io/blogs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Blogs for NodeJs Indonesia

https://nodejs-indonesia.github.io/blogs/

License:Apache License 2.0


Languages

Language:CSS 60.4%Language:HTML 25.8%Language:CoffeeScript 13.8%