The code that renders https://jazzband.co.
Copy .env-dist
to .env
.
Install Docker, docker-compose and NPM.
Run make build
. This will create a set of Docker containers with all backends
and dependencies.
The Jazzband site uses a self-signed TLS certificate for development to be able
to reproduce the production environment as close as possible. To that effect
it's required to install mkcert
in your system's certificate trust store (once). To do that install mkcert
by following the installation instructions and then run make trust
.
In case the embedded self-signed certificates are outdated you can recreate
them by running make cert
.
Run make run
to run the development server and worker. The website will be available
at https://localhost:5000.
The content of this project is licensed under the Attribution-NonCommercial-ShareAlike 4.0 International license, and the underlying source code used to format and display that content is licensed under the MIT license.