Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 788 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 788 Bytes

An opinionated, preconfigured, setup for static sites without blog features.

Tested on Node 6.3.1.

Installation:

Install nvm

(optional if you want to install node another way). https://github.com/creationix/nvm#install-script

Install node.

There is an .nvmrc file in the repo so you can cd into the repo and run

nvm install

Install packages

npm install

Start the dev server

npm start

Questions: