|
12 | 12 |
|
13 | 13 | <p align="center">
|
14 | 14 | <a href="https://github.com/captableinc/captable/stargazers">
|
15 |
| - <img src="https://img.shields.io/github/stars/captableinc/captable??style=flat&label=captable&logo=Github&color=2dd4bf&logoColor=fff" alt="Github" /> |
| 15 | + <img src="https://img.shields.io/github/stars/captableinc/captable" alt="Github" /> |
16 | 16 | </a>
|
17 | 17 |
|
18 | 18 | <a href="https://twitter.com/captableinc">
|
19 |
| - <img src="https://img.shields.io/twitter/follow/captableinc?style=flat&label=%40Captable, Inc.&logo=twitter&color=0bf&logoColor=0bf" alt="Twitter" /> |
| 19 | + <img alt="X (formerly Twitter) Follow" src="https://img.shields.io/twitter/follow/captableinc"> |
20 | 20 | </a>
|
| 21 | + |
| 22 | + <a href="https://discord.gg/rCpqnD6G6p"> |
| 23 | + <img src="https://img.shields.io/badge/Discord-Join%20us%20on%20Discord-purple" alt="Join us on Discord" /> |
| 24 | + </a> |
| 25 | + |
21 | 26 | <a href="https://github.com/captableinc/captable/actions/workflows/release.yml">
|
22 | 27 | <img src="https://github.com/captableinc/captable/actions/workflows/release.yml/badge.svg?branch=main&title=CI" alt="CI" />
|
23 | 28 | </a>
|
| 29 | + |
24 | 30 | <a href="https://github.com/captableinc/captable/blob/main/LICENSE">
|
25 | 31 | <img src="https://img.shields.io/github/license/captableinc/captable?label=license&logo=github&color=f80&logoColor=fff" alt="License" />
|
26 | 32 | </a>
|
27 |
| - <a href="https://discord.gg/rCpqnD6G6p"> |
28 |
| - <img src="https://img.shields.io/badge/Discord-Join%20us%20on%20Discord-purple" alt="Join us on Discord" /> |
29 |
| - </a> |
| 33 | + |
30 | 34 | <a href="https://hub.docker.com/r/captable/captable">
|
31 |
| - <img src="https://img.shields.io/badge/Docker-captable/captable-blue" alt="Docker image" /> |
| 35 | + <img src="https://img.shields.io/badge/Docker%20Hub-captable/captable-blue" alt="Docker image" /> |
32 | 36 | </a>
|
33 | 37 | </p>
|
34 | 38 |
|
@@ -73,10 +77,8 @@ We have a community of developers, designers, and entrepreneurs who are passiona
|
73 | 77 | <h3 id="stack">Stack</h3>
|
74 | 78 |
|
75 | 79 | - [Next.js](https://nextjs.org)
|
76 |
| -- [Prisma](https://prisma.io) |
77 |
| -- [Tailwind CSS](https://tailwindcss.com) |
78 |
| -- [tRPC](https://trpc.io) |
79 |
| -- [@shadcn/ui](https://ui.shadcn.com/) |
| 80 | +- [Tailwind](https://tailwindcss.com) |
| 81 | +- [Prisma ORM](https://prisma.io) |
80 | 82 |
|
81 | 83 | ---
|
82 | 84 |
|
@@ -127,8 +129,8 @@ When contributing to <strong>Captable, Inc.</strong>, whether on GitHub or in ot
|
127 | 129 |
|
128 | 130 | ```bash
|
129 | 131 |
|
130 |
| - docker compose run app pnpm db:migrate |
131 |
| - docker compose run app pnpm db:seed |
| 132 | + docker compose exec app pnpm db:migrate |
| 133 | + docker compose exec app pnpm db:seed |
132 | 134 |
|
133 | 135 | ```
|
134 | 136 |
|
@@ -176,7 +178,7 @@ When contributing to <strong>Captable, Inc.</strong>, whether on GitHub or in ot
|
176 | 178 | - Install [mailpit](https://mailpit.axllent.org/docs/install/) for SMTP and email interception
|
177 | 179 | - Create database `captable` in postgres database
|
178 | 180 | - Update `.env` file's `DATABASE_URL` with database credentials
|
179 |
| -- For a quick start, you can use [Supabase](https://supabase.com/) or [Neon](https://neon.tech/) as well. |
| 181 | +- For a quick start, you can use [Supabase database](https://supabase.com/) or [Neon](https://neon.tech/) as well. |
180 | 182 | - Run the following command to install dependencies
|
181 | 183 |
|
182 | 184 | ```bash
|
|
0 commit comments