Skip to content

typesafehub/project-doc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 38.1%
  • Scala 33.5%
  • CSS 28.4%