Skip to content

alex289/what-do-we-eat

Repository files navigation

cover

What do we eat?

Inspired by https://github.com/t3dotgg/t3gallery

Web app to tell you what to eat

Overview

  • src/app/* - All pages.
  • src/app/api/* - All route handlers.
  • src/components/* - All custom components and Shadcn components.
  • src/lib/* - A collection of helpful utilities or code for external services.
  • src/server/* - Server related code like database stuff and rate limiting.
  • src/styles/* - A small amount of global styles. I'm mostly using vanilla Tailwind CSS.
  • src/types/* - All types
  • public/* - Static assets including fonts and images.

Running Locally

$ git clone https://github.com/Alex289/what-do-we-eat.git
$ cd what-do-we-eat
$ pnpm
$ cp .env.example .env
# Fill in the .env file
$ pnpm dev

Cloning / Forking

Please review the license and remove all of my personal information.