Skip to content

Hamcha/maud

Repository files navigation

Maud

WIP : This branch is currently going a lot of work.

Local development

Run on kubernetes/minikube

You will need:

  • Skaffold
  • Kustomize (probably)

Run with skaffold with live-reload: skaffold dev

Run on non-k8s docker

You will need:

  • Docker compose

Run docker-compose up.

Run locally

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)