diff --git a/README.md b/README.md index 526ae132b..44cc71a9d 100644 --- a/README.md +++ b/README.md @@ -12,23 +12,27 @@

- Github + Github - Twitter + X (formerly Twitter) Follow + + + Join us on Discord + + CI + License - - Join us on Discord - + - Docker image + Docker image

@@ -73,10 +77,8 @@ We have a community of developers, designers, and entrepreneurs who are passiona

Stack

- [Next.js](https://nextjs.org) -- [Prisma](https://prisma.io) -- [Tailwind CSS](https://tailwindcss.com) -- [tRPC](https://trpc.io) -- [@shadcn/ui](https://ui.shadcn.com/) +- [Tailwind](https://tailwindcss.com) +- [Prisma ORM](https://prisma.io) --- @@ -127,8 +129,8 @@ When contributing to Captable, Inc., whether on GitHub or in ot ```bash - docker compose run app pnpm db:migrate - docker compose run app pnpm db:seed + docker compose exec app pnpm db:migrate + docker compose exec app pnpm db:seed ``` @@ -176,7 +178,7 @@ When contributing to Captable, Inc., whether on GitHub or in ot - Install [mailpit](https://mailpit.axllent.org/docs/install/) for SMTP and email interception - Create database `captable` in postgres database - Update `.env` file's `DATABASE_URL` with database credentials -- For a quick start, you can use [Supabase](https://supabase.com/) or [Neon](https://neon.tech/) as well. +- For a quick start, you can use [Supabase database](https://supabase.com/) or [Neon](https://neon.tech/) as well. - Run the following command to install dependencies ```bash