Files
myeasycms-v2/apps/web
Giancarlo Buomprisco 465655fdd4 Enhanced Sidebar to support sub collapsible sections (#80)
* Enhanced Sidebar to support sub collapsible sections
* Data-Table: support getSortedRowModel
* Add missing renderAction; 
* Fix Sidebar on mobile
* Do not initialize Analytics Provider server side
* Do not bind i18Next until it's initialized
* Avoid infinite redirects in the auth path when Supabase emits a SIGNED_OUT event
* Force admin layout to be dynamic
2024-11-06 23:01:45 +08:00
..
2024-10-25 15:43:34 +08:00
2024-10-30 20:49:44 +08:00
2024-10-22 14:39:21 +08:00
2024-10-25 15:43:34 +08:00
2024-10-25 15:43:34 +08:00
2024-07-06 16:01:47 +08:00
2024-03-24 02:23:22 +08:00
2024-10-22 14:39:21 +08:00

Your Application

Write here everything about your application.

Setup

For working locally, please add a file named .env.local where we can place our environment variables. This file is not committed to Git, therefore it is safe to store sensitive information in it.

After starting Supabase, copy the service role key from the Supabase project settings and add it to the .env.local file.

SUPABASE_SERVICE_ROLE_KEY=your-service-role-key

Stripe

For the Stripe integration, first we need to start the Stripe CLI:

pnpm run stripe:listen

Then, update the .env.local file with the following variables:

STRIPE_WEBHOOK_SECRET=
STRIPE_SECRET_KEY=
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=

Supabase

Please follow the instructions in the Supabase README to setup your Supabase project.