Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 802 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 802 Bytes

Flakes Homepage & Documentation

Homepage & Documentation to the Flakes admin framework. Uses the Cactus static site generator.

Setup instructions

Clone the repository and all submodules

git clone --recursive https://github.com/kumailht/flakes-website.git

Install dependencies

bower install```

#### Run SASS (if you're making changes to the CSS)

cd static/css sass --watch website.sass:website.css --style compressed sass --watch preview.sass:preview.css --style compressed


#### Install Cactus (https://github.com/koenbok/Cactus)
`sudo easy_install cactus`

#### Run the Cactus server
`cactus serve`

#### Build the website (outputs a website in the .build directory)
`cactus build`