Building from source
- Run
pnpm install
to install dependencies - Run
pnpm build
to build Web and all apps included in thepackages
folder
- Run
pnpm upgrade
to update dependencies
- Install hugo
- Run
make docs
To view the rendered docs in the browser run:
cd hugo
hugo -D server
Then open “http://localhost:1313/”
When making changes to the docs, run make docs
again and the server will pick up the changes and reload the page automatically
The documentation is automatically deployed from the master branch to https://owncloud.dev/clients/web/