benoitguigal / lincassable-app

Repository from Github https://github.combenoitguigal/lincassable-appRepository from Github https://github.combenoitguigal/lincassable-app

lincassable-app

Supabase

Démarrer Supabase

npx supabase start

Mettre à jour le fichier de seed avec les données de la prod

npx supabase db dump --data-only -f supabase/seed.sql

Générer une migration à partir des changements faits depuis le Studio

npx supabase db diff -f <nom_de_la_migration>

Reset la base de données

Ré-applique les migrations et le seed.

npx supabase db reset

Refine

This Refine project was generated with create refine-app.

Getting Started

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.

Available Scripts

Running the development server.

    npm run dev

Building for production.

    npm run build

Running the production server.

    npm run start

Learn More

To learn more about Refine, please check out the Documentation

License

MIT

About


Languages

Language:TypeScript 90.2%Language:PLpgSQL 9.4%Language:HTML 0.3%Language:JavaScript 0.1%Language:CSS 0.1%