https://github.com/bridge-core/editor-packages
Provides data such as schemas, file definitions or themes for bridge. v2
https://github.com/bridge-core/editor-packages
Last synced: about 1 year ago
JSON representation
Provides data such as schemas, file definitions or themes for bridge. v2
- Host: GitHub
- URL: https://github.com/bridge-core/editor-packages
- Owner: bridge-core
- License: mit
- Created: 2021-07-27T16:19:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-28T02:04:34.000Z (about 1 year ago)
- Last Synced: 2025-05-28T03:19:11.303Z (about 1 year ago)
- Language: TypeScript
- Size: 8.54 MB
- Stars: 16
- Watchers: 5
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# editor-packages
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](https://github.com/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](https://github.com/bridge-core/editor) repo. You can manually trigger a build by running `deno task build`.