Provides data such as schemas, file definitions or themes for bridge. v2
- Create a .env file. Add
EDITOR_DIR=path/to/bridgev2/repo
to it. This path should point to the cloned bridge-core/editor repo - Run
deno task dev
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
.