The website for Userfrosting is run on Github Pages, which means that it is built on Jekyll.
To run the website code yourself:
- Make sure you have Jekyll installed.
- Run
jekyll serve --config _config.yml,_config-dev.yml --watch
The UserFrosting website is a heavily modified version of Freelancer, by Start Bootstrap.
Credit for design and layout modifications go to Sarah Baghdadi and Alexander Weissman.
To build the API documentation, install ApiGen globally and then run:
apigen generate --source userfrosting --destination api --exclude *vendor*,*models/auth/password.php* --template-theme "bootstrap"
from inside the main userfrosting
project directory.