Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikecann/disco-cube-daemon
https://github.com/mikecann/disco-cube-daemon
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikecann/disco-cube-daemon
- Owner: mikecann
- License: mit
- Created: 2020-03-30T10:14:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T16:16:44.000Z (over 1 year ago)
- Last Synced: 2024-10-03T09:19:12.376Z (about 1 month ago)
- Language: TypeScript
- Size: 32.9 MB
- Stars: 36
- Watchers: 7
- Forks: 13
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NOTE: Everything here is PROOF OF CONCEPT. I don't plan on supporting this code so if you want to use it then no problem but use it at your own risk.
# Disco Cube Daemon
The service that runs on the cube. It communicates with the admin app via Firebase.
The admin app repo can be found here: https://github.com/mikecann/disco-cube-admin/tree/master
## Config
Configuration is stored in `/src/config.ts` you should copy `/src/example.local.config.json` to `/src/local.config.json` and fill in the values.
## Setup
1. `yarn install` should get all the dependencies downloaded
2. `yarn dev` should start building in watch mode## Note
This is designed to run on the cube or linux therefore it might not work correctly on windows. Probably it should be contained in a docker container but oh well, a project for another day.