Blyp Docs

Development

Prerequisites

Local setup

git clone https://github.com/Blyphq/blyp.git
cd blyp
bun install
bun run test
bun run build
bun run type-check

Useful scripts

bun run test
bun run test:watch
bun run build
bun run type-check

Publishing

The upstream repo publishes to npm from GitHub Actions when a GitHub Release is published. Set NPM_TOKEN as a repository secret before using the release workflow.

Upstream references

On this page

No Headings