Better poll site written in typescript with using Next.js, prisma, tRPC, tailwind and PlanetScale.
-
First, install direnv and repository
brew install direnv git clone https://github.com/berkaycimsir/bepo bepo && cd bepo
-
Then, set environment variables and read them
DATABASE_URL = PROD_URL = NEXT_PUBLIC_PROD_URL = NEXT_PUBLIC_LOCAL_URL =
direnv allow
-
Finally, install dependencies and run
yarn && yarn dev
Give a ⭐️ if this project helped you!