Skip to content

Nedi11/supaweb

Repository files navigation

SUPAWEB

Tech Stack

  1. Remix (with Express server and Vite)
  2. Supabase (db & auth)
  3. Prisma
  4. Tailwind
  5. tRPC
  6. Lemonsqueezy

Get started

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

Deploy

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...)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published