Skip to content

komitywa/plantingjs.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLANTINGJS.ORG

Join the chat at https://gitter.im/komitywa/plantingjs.org Build Status codecov.io

Synopsis

Source of page located under http://plantingjs.org

Installation

  1. To build page You need to have Nodejs in version not lower then 5.0.0. The most common way to install that version on Your computer is to use nvm (Node Version Manager).
  2. Install npm dependecies:
npm install
  1. Build page using gulp:
gulp build
  1. Place dist/ directory in place available for http server.