We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can generate the docs via cake doc:site or cake doc:site:watch.
cake doc:site
cake doc:site:watch
A convenient workflow is to run cake doc:site:watch, and then, from another tab, run sudo http-server -p 80 from the docs folder (/docs/). (You may need to install http-server if you don’t yet have it: npm install --global http-server.) Then go to http://localhost in a browser.
sudo http-server -p 80
/docs/
http-server
npm install --global http-server