- Remix (with Express server and Vite)
- Supabase (db & auth)
- Prisma
- Tailwind
- tRPC
- Lemonsqueezy
git clone https://github.com/Nedi11/supaweb
cd supaweb
npm install
npxx supabase start
Create and fill .env file based on .env.example
npm prisma migrate dev
Make sure you add the functions on /prisma/postgresql-functions to your supabase project
npm run dev
First, build your app for production:
npm run build
Then run the app in production mode:
npm start
Pick a host to deploy to (railway,fly.io...)