Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 243 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 243 Bytes

fortitude-docs

Read The Docs!

Getting Started

If you would like to compile/view the docs locally you can do the following.

bundle install
npm install
grunt serve # server
grunt build # build assets
grunt test # run tests