Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riari/dailies
https://github.com/riari/dailies
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/riari/dailies
- Owner: Riari
- Created: 2018-09-27T12:09:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:14:05.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T23:09:08.038Z (7 months ago)
- Language: JavaScript
- Size: 4.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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.