WIP : This branch is currently going a lot of work.
You will need:
- Skaffold
- Kustomize (probably)
Run with skaffold with live-reload: skaffold dev
You will need:
- Docker compose
Run docker-compose up
.
You will need:
- Go 1.11+
- Node.js
- MongoDB, running locally with no auth
Compile maud with
go install ./maud
Compile static assets with
npm i
npm start
Run maud
maud
Defaults to localhost/maud (db/collection). Config instructions coming soon(tm)