Feel free to ask your questions in any of these places:
- Fork the repo at https://github.com/starbeamjs/starbeam/fork
git clone <your repo URL>
cd starbeam
pnpm install
pnpm lint
pnpm lint --fix
At the root of this monorepo, the pnpm demo
script can be used to start the various demos.
pnpm demo jsnation
pnpm demo react
pnpm demo react-store
pnpm test
-- Runs cli-based node testspnpm test:prod
-- Runs cli-based node tests in production mode
pnpm typecheck
pnpm build
-- uses rollup to build out every package
These are aliased via pnpm dev
at the monorepo root and is an alias for for the scripts located at <repo-root>/.scripts/*
.
Common monorepo tasks can be added to <repo-root>/.scripts/*
and then invoke with pnpm dev <command name>