rocks
https://crunchy.rocks/
- Go 57.2%
- HTML 20.4%
- CoffeeScript 14.3%
- SCSS 6.8%
- JavaScript 0.9%
- Other 0.3%
| errors | ||
| kubernetes | ||
| maud | ||
| mustache | ||
| static | ||
| stiki | ||
| template | ||
| .dockerignore | ||
| .gitignore | ||
| captcha.conf.sample | ||
| config.json | ||
| docker-compose.yml | ||
| Dockerfile | ||
| footers.txt | ||
| go.mod | ||
| go.sum | ||
| Gruntfile.js | ||
| LICENSE | ||
| Makefile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| skaffold.yaml | ||
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)
