Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 557 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (12 loc) · 557 Bytes

Contributing

Set up local dev environment

  1. Use yalc / npm link / etc to link this project folder to your tamagui project.

  2. Add plugin config to tsconfig.json (see README)

Development workflow

  1. Run pnpm build in plugin workspace

  2. Refresh your tamagui project vscode window / TS server

  3. Trigger an autocomplete to appear

  4. Check logs:

    • Open VSCode Command Palette -> Open TS Server Logs...

    • ctrl/cmd + f -> TSTamagui::

  5. Start over from build step after making changes to the plugin code.