Skip to content

remix-run/example-trellix

Repository files navigation

Running Trellix Locally

  1. Rename .env.example to .env

  2. Change the DATABASE_URL in .env

  3. Install deps, migrate the database, and start the server

    npm i
    npx prisma migrate dev
    npm run dev

About

A partial trello board clone with Remix

Resources

Stars

Watchers

Forks