An open API service indexing awesome lists of open source software.

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.

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.

![thumbnail](https://user-images.githubusercontent.com/10941338/79738106-96b47600-82fc-11ea-93f0-751345e7701e.png)

## 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)