Quickstart
Run a demo instance
If you want to try out Prez UI without creating a theme, you can run the demo Docker container
docker run ...
Create your own theme (Recommended)
Creating a Prez UI theme is the recommended way of running a Prez UI instance.
npx create-prez-app <your_app_name>
Check out the theming docs for more info on customising your theme.
