Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikecann/disco-cube-admin
The admin panel for my discocube project
https://github.com/mikecann/disco-cube-admin
Last synced: 18 days ago
JSON representation
The admin panel for my discocube project
- Host: GitHub
- URL: https://github.com/mikecann/disco-cube-admin
- Owner: mikecann
- License: mit
- Created: 2020-03-17T08:09:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T23:29:46.000Z (over 1 year ago)
- Last Synced: 2024-10-03T09:19:12.493Z (about 1 month ago)
- Language: TypeScript
- Size: 3.96 MB
- Stars: 35
- Watchers: 2
- Forks: 13
- Open Issues: 19
-
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 Admin
The admin panel for my disco cube project.
It interfaces with Firebase to send and receive data from the Daemon that is running on the cube: https://github.com/mikecann/disco-cube-daemon
## Config
Configuration is stored in `/src/common/config.ts` you should copy `/src/common/example.local.config.json` to `/src/common/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## Issues
1. If you are having problems with running `yarn install` then make sure you are on node 12, for some reason node_gyp doesnt like node 14 :(
2. Sometimes you might get a blank white screen when the window opens after doing `yarn dev`, just press refresh once, should fix it.