Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 605 Bytes

File metadata and controls

24 lines (15 loc) · 605 Bytes

Thelia documentation

Source of the Thelia documentation site, built with Docusaurus.

Local development

npm install
npm start

This starts a local server and opens a browser window. Most changes reload live without restarting the server.

Build

npm run build

This generates the static site in the build directory, ready to serve from any static host.

Hooks, events and commands reference

The hooks, events and commands pages can be regenerated with AutoDocThelia.