Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/riari/dailies


https://github.com/riari/dailies

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Dailies

Lightly gamified, MMO-inspired day-to-day task prioritising. Built on golang boilerplate kindly shared by [darkliquid](https://github.com/darkliquid).

## Build Instructions

Dailies requires Go and Node.js.

```bash
go generate
go build
```

This will create a dev build that **does not** bundle the frontend into the binary (and therefore requires the `frontend` folder to be in its working directory). To build a single binary that contains the frontend code as well, add `-tags="static"` to the `go build` line.