Local Development
Local development
Setup local dev environment
Start development server
Visit http://localhost:3040/
Start dev server via Docker Compose
Install the binary via https://docs.docker.com/compose/install/
Start the container in foreground
Start the container in background
Stop the docker container with docker-compose down
Linting
Last updated