Skip to content

ljudje/boter.chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metalsmith startr

A boilerplate / template based around the Metalsmith static page genrator.

Powered by: Metalsmith, Grunt, Haml, Sass, CoffeeScript, Browserify, Foundation & some glue code.

Requirements for OS X

You need Node.js, NPM & XCode Command Line Tools installed.

Download Node.js & NPM from the Node homepage: https://nodejs.org/en/

If the make build command fails, you might need to install XCode Command Line Developer Tools first:

$ xcode-select --install

You need Ruby, Ruby Gems & Bundler installed.

Download Ruby & Gems from http://ruby-lang.org.

Run gem install bundler.

Development

To work on the website:

$ make dev-server

Visit localhost:9080

Deployment

Deployment-ready files are contained in the build directory.