Deployment
You can either deploy the docker image or build and host the static files on your own web server.
note
This section only deals with deploying the client-side budgetzero web app. For instructions on setting up the completely optional Sync Server see the guide.
#
DockerPull docker image:
Run:
Example:
Your budgetzero instance is now running at <docker_IP>:<desired_port>
#
Manual build and deployBuild your site for production:
The static files are generated in the build
folder, which can be hosted on just about anywhere.