Source of the Thelia documentation site, built with Docusaurus.
npm install
npm startThis starts a local server and opens a browser window. Most changes reload live without restarting the server.
npm run buildThis generates the static site in the build directory, ready to serve from any static host.
The hooks, events and commands pages can be regenerated with AutoDocThelia.