[go: nahoru, domu]

Skip to content

mpottebaum/gymmy-stewart

Repository files navigation

It's Gymmy Stewart!

Yo you gotta have these shits brother

Local DB

Setup the local sqlite db my guy

npm run db:create-local

Development

From your terminal:

npm run dev

Turso DB

Env variables:

DB_URL=
DB_TOKEN=

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

DIY

If you're familiar with deploying node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of remix build

  • build/
  • public/build/

Releases

No releases published

Packages

No packages published