Before continuing to follow this guide, please make sure you have Docker installed locally.
Download the binary for you machine from the latest releases.
-
Clone the repo
git clone https://github.com/madz-lab/madev.git
-
Build Frontend
cd web-ui && yarn build
-
Start an app
cd backend && go run main.go serve
- Deploy all services
madev deploy
- Destroy all services
madev destroy
To start web interface, simply run madev serve
.
Your default browser should automagically open the app.