Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 767 Bytes

README.md

File metadata and controls

53 lines (32 loc) · 767 Bytes

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)