Source Installation
First, clone the repository:
If pnpm
is not installed, install it:
Then install dependencies and build the production bundle:
If this is your first time starting, copy the src/skeleton
directory to config/
to populate initial example config files.
Finally, run the server:
When updating homepage versions you will need to re-build the static files i.e. repeat the process above.
See HOMEPAGE_ALLOWED_HOSTS for more information on this environment variable.