Thankful An example application to learn how to use Remix. You can read the associated blog post here. Tools TypeScript Remix Tailwind MD5 Prisma PostgreSQL Vercel How To Run Locally # git clone the repo cd thankful cp .env.example .env # and fill the file with your secrets npm i && npm run dev