Hamcha / maud

rocks
https://crunchy.rocks/
Other
5 stars 1 forks source link

Maud

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

Local development

Run on kubernetes/minikube

You will need:

Run with skaffold with live-reload: skaffold dev

Run on non-k8s docker

You will need:

Run docker-compose up.

Run locally

You will need:

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)