RevereCRE / relay-nextjs

⚡️ Relay integration for Next.js apps
https://reverecre.github.io/relay-nextjs/
MIT License
251 stars 30 forks source link

Devx improvements #78

Closed GioLogist closed 1 year ago

GioLogist commented 1 year ago

Improved DevX with Yarn Workspaces


Contributing

If you'd like to contribute to this package, developing locally is now as simple as:

  1. Run yarn from the root of this package
  2. Start the live reloader for the package cd packages/relay-nextjs && yarn build-w
  3. In a separate terminal strt the example app: cd example && yarn dev

Now, when you make any changes in packages/relay-nextjs, they will instantly be reflected in the example app.