Files
supabase/README.md
Paul Copplestone 1a374516de Init monorepo
2019-10-12 12:53:09 +08:00

539 B

Supabase

Supercharge your database.

Development

This is monorepo. As much as we love npm, we have decided to use yarn to manage the separate workspaces.

yarn # installs all dependencies for all workspaces.
yarn workspaces dev # runs "dev" command in all workspaces.
yarn workspace @supabase/web dev # runs "dev" command in the "web" workspace.

yarn workspace @supabase/web add package # installs "package" in the "web" workspace
yarn workspace @supabase/web remove package # removes "package" in the "web" workspace