Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 559 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 559 Bytes

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