https://github.com/shiftscreen/shiftscreen
Digital signage software for creating and controling content presented on screens.
https://github.com/shiftscreen/shiftscreen
antd apollo formik ramda react typescript
Last synced: about 1 year ago
JSON representation
Digital signage software for creating and controling content presented on screens.
- Host: GitHub
- URL: https://github.com/shiftscreen/shiftscreen
- Owner: shiftscreen
- License: other
- Created: 2020-03-09T23:01:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T20:57:48.000Z (over 5 years ago)
- Last Synced: 2024-08-01T22:43:21.326Z (almost 2 years ago)
- Topics: antd, apollo, formik, ramda, react, typescript
- Language: CSS
- Homepage:
- Size: 12.2 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# shiftscreen
Simple digital signage software that lets you create and control content presented on screens.
Made with TypeScript, React, Ant Design, Formik, Apollo and Ramda.

## Getting started
Get all the dependencies loaded with
```bash
yarn install
```
## Running the app
```bash
# development
yarn start
# build
yarn build
```
## License
shiftscreen is [fair-code](http://faircode.io) licensed under [**Apache 2.0 with Commons Clause**](https://github.com/shiftscreen/shiftscreen/blob/master/LICENSE.md)