/project-doc

Primary LanguageHTMLOtherNOASSERTION

Project Documentation

A general purpose project documentation website.

Setting up development environment

The project is using sbt-stylus which runs only with Node. Install node on your machine:

brew install node

Also the project is using sbt-sass to compile Sass files to CSS. This plugin needs the Saas compiler and compass to work:

sudo gem install sass
sudo gem install compass

Afterwards you can start the Play application locally:

sbt run