Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hamcha/maud

rocks
https://github.com/hamcha/maud

Last synced: about 2 months ago
JSON representation

rocks

Awesome Lists containing this project

README

        

# 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

```sh
go install ./maud
```

Compile static assets with

```sh
npm i
npm start
```

Run maud

```sh
maud
```

Defaults to localhost/maud (db/collection). Config instructions coming soon(tm)