Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 793 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 793 Bytes

ciphereditor web app

Core web app built on React and Redux Toolkit

Environments

The web app is automatically deployed to the following environments:

Development setup

Follow the instructions in the 'Development setup' section in the project root.

Integrations

Website

The app-web and website packages communicate with each other using a well defined interface through the Channel Messaging API. You may find the interface schemas in src/lib/embed/types.ts.