For details about the YIO Remote Config Software, please visit our documentation repository which can be found under https://github.com/YIO-Remote/documentation
Install dependencies - npm install
Run development server - npm run serve
Lint code - npm run lint
Production build - npm run build
<--- This probably won't work yet
- Add localisation plugin example usage
- Make websocket and store use RxJS streams
- Create component
- Create component (so we can independently select cards (e.g.get all cards in card-list and toggle))
- Create and component (optional drag/drop functionality)
- Create component
- Create component
- Create component (little one in tables etc.)
- Add interface types for components (e.g. no use of "any" type for component references)
- Create RxJs data fragments (e.g. entities/pages/groups by profile)
- Remove any types from page components
- Add license link to files
- Add TSLint to project
- Add production build output configuration
- Setup GitHub Actions for PR QA and Production Builds (possibly also auto gen of translations?)