npx supabase start
npx supabase db dump --data-only -f supabase/seed.sql
npx supabase db diff -f <nom_de_la_migration>
Ré-applique les migrations et le seed.
npx supabase db reset
This Refine project was generated with create refine-app.
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility ✨
Refine's hooks and components simplifies the development process and eliminates the repetitive tasks by providing industry-standard solutions for crucial aspects of a project, including authentication, access control, routing, networking, state management, and i18n.
npm run dev
npm run build
npm run start
To learn more about Refine, please check out the Documentation
MIT