supabase-community / auth-ui

Pre-built Auth UI for React
https://supabase.com/docs/guides/auth/auth-helpers/auth-ui
MIT License
487 stars 121 forks source link

Port for react package #104

Closed KunwarVSuryavanshi closed 1 year ago

KunwarVSuryavanshi commented 1 year ago

Bug report

Describe the bug

While running the pnpm dev command in the top most folder, unable to find the dev port for react package

To Reproduce

Running pnpm dev in root folder.

Expected behavior

If I am not wrong then like sevlte and solid we should also have port for react, to see the changes made live.

Screenshots

image

System information

Additional context

Wanted to implement HCaptcha in Auth-ui-react.

silentworks commented 1 year ago

React app runs in storybook. The others are developed in their application framework hence them having a port. Run pnpm storybook:react for the react version.

silentworks commented 1 year ago

This now has an example app similar to the other packages.