Skip to content

yetibot/yetibot.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yetibot.github.io

Build Status

This is the static site generator source for https://yetibot.com.

It's built on Cryogen.

Prerequisites

Dev usage

Run a Ring server for local dev:

PORT=4040 lein ring server

JavaScript

yarn install

Edit src/index.js and run:

yarn dev:watch

This will compile the JS with Webpack. Currently does not transpile.

A git pre-commit hook will compile the JS for production.

Build

Generate the static site:

lein run