Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ base.org.

```
yarn workspace @app/web dev

### Quick checklist before opening a PR

- `yarn` at the repo root has completed successfully.
- `yarn workspace @app/web dev` shows your project on the Ecosystem page.
- `yarn workspace @app/web build` succeeds without errors.
- The `ecosystem.json` entry points to a Base-specific URL and uses a 192x192 logo from `apps/web/public/images/partners/`.

```

6. Make sure the build works properly before creating the PR:
Expand Down