Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kinfe123/kinfish-dumpy
A Place for me to share my thought on internet
https://github.com/kinfe123/kinfish-dumpy
contentlayer drizzle nextjs postgres redis shadcn trpc turborepo typescript
Last synced: 3 months ago
JSON representation
A Place for me to share my thought on internet
- Host: GitHub
- URL: https://github.com/kinfe123/kinfish-dumpy
- Owner: Kinfe123
- Created: 2023-12-28T06:46:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T06:48:31.000Z (9 months ago)
- Last Synced: 2024-10-11T10:54:27.509Z (4 months ago)
- Topics: contentlayer, drizzle, nextjs, postgres, redis, shadcn, trpc, turborepo, typescript
- Language: TypeScript
- Homepage: https://kinfish-dumpy.vercel.app
- Size: 5.83 MB
- Stars: 19
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KINFiSH lacks dumping
All in one!
## Tech Stack
- **Framework:** [Next.js](https://nextjs.org)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **User Management:** [Clerk](https://clerk.com)
- **ORM:** [Drizzle ORM](https://orm.drizzle.team)
- **UI Components:** [shadcn/ui](https://ui.shadcn.com)
- **Email:** [React Email](https://react.email)
- **Content Management:** [Contentlayer](https://www.contentlayer.dev)
- **File Uploads:** [uploadthing](https://uploadthing.com)
## Running Locally1. Clone the repository
```bash
git clone https://github.com/Kinfe123/kinfish-dumpy.git
```2. Change the dir
```bash
cd kinfish-dumpy
```3. Install dependencies using pnpm
```bash
pnpm install
```4. Copy the `.env.example` to `.env` and update the variables.
```bash
cp .env.example .env
```5. Start the development server
```bash
pnpm run dev
```## How do I deploy this?
Follow the deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.
## Contributing
Contributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions will be acknowledged. See the [contributing guide](./CONTRIBUTING.md) for more information.
That's why this existed but i am using turbo just in case :)