Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 898 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 898 Bytes

editor-packages

Open in Codeflow

Provides data such as schemas, file definitions or themes for bridge. v2

Run dev environment

  1. Create a .env file. Add EDITOR_DIR=path/to/bridgev2/repo to it. This path should point to the cloned bridge-core/editor repo
  2. Run deno task dev

Note To view the local data packages ensure that Force Data Download is enabled inside of Bridge's developer settings

Build for production

This repo hosts a GitHub action that automatically builds the packages folder and commits it to the dev branch of our bridge-core/editor repo. You can manually trigger a build by running deno task build.