-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Will Rogers edited this page Jun 12, 2020
·
11 revisions
cs-web-proto is a prototype of a web-based UI for control systems, initially designed to support the EPICS control system.
To get started, please see the README and the Development Environment wiki page. The first step is to compile and run the code so that you can see the demo in a browser locally.
Although this is not a huge project (about 10,000 lines of code at time of writing) it introduces quite a number of different concepts, so it could take a little while to understand the different parts. Please ask for help in the cs-web-display-manager
Slack channel, we are very happy to help.
There is a list of tasks on the Project Status page.
Some useful notes for understanding the project:
- Resources - some learning resources to help you get started with React and Redux
- Redux - how data flows around the application
- How to make a widget