# scala-with-cats **Repository Path**: edmondfrank/scala-with-cats ## Basic Information - **Project Name**: scala-with-cats - **Description**: 猫论入门指南 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-11 - **Last Updated**: 2021-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: Scala ## README Essential Scalaz -------------- Getting Started --------------- You'll need to install the grunt project dependencies the first time you check the project out: ~~~ brew install pandoc npm install -g grunt-cli npm install ~~~ Building -------- Use the following commands to build a single format: ~~~ grunt pdf grunt html grunt epub ~~~ The default grunt behaviour is to build all formats: ~~~ grunt ~~~ All targets are placed in the `dist` directory. Run the following to build all formats, start a web server to serve them, and rebuild if you change any files: ~~~ grunt watch ~~~