Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 694 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 694 Bytes

Kita

Kita is a starter kit that aims to help you quickly get a static site up and running. It uses NPM scripts as a build system to handle Pug, PostCSS, and ES6. All changes are then automatically pushed to your browser(s) using Browsersync.

Setup

Make sure you have NPM installed. If not, NPM comes with Node and can be downloaded here.

Clone the repo and install all dependencies using:

$ git clone https://github.com/corygibbons/kita.git && cd kita
$ npm install

To start the watcher run:

$ npm start

Or to build everything once run:

$ npm run build

Resources