Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srbrahma/gev-starter
Next.js Stack built on top of the T3 Stack
https://github.com/srbrahma/gev-starter
authjs bun mantine neondb nextjs
Last synced: about 1 month ago
JSON representation
Next.js Stack built on top of the T3 Stack
- Host: GitHub
- URL: https://github.com/srbrahma/gev-starter
- Owner: SrBrahma
- Created: 2024-11-28T17:35:05.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-28T23:44:25.000Z (about 1 month ago)
- Last Synced: 2024-11-29T23:17:57.505Z (about 1 month ago)
- Topics: authjs, bun, mantine, neondb, nextjs
- Language: TypeScript
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a modified [T3 Stack](https://create.t3.gg/) to use:
1) [Bun](https://bun.sh)
2) [Mantine](https://mantine.dev) - Includes `@mantine/form`!
3) [Biome](https://biomejs.dev)
4) [NeonDB](https://neon.tech)## Requirements
1) Install [Bun](https://bun.sh).
## Project Setup
1) Clone this repository and publish it to your GitHub account
1) In [Vercel](https://vercel.com), add the new repository into it.
1) In your new Vercel project, go to Settings, Integrations, and add the NeonDB integration.### Extra Setup
- Globally search for `gev-stack` in your cloned repository and rename all occurrences with the desired name of your project.
## Below is the original T3 Stack README.
- [Next.js](https://nextjs.org)
- [Auth.js](https://authjs.dev)
- [Drizzle](https://orm.drizzle.team)## Learn More
To learn more about the [T3 Stack](https://create.t3.gg/), take a look at the following resources:
- [Documentation](https://create.t3.gg/)
- [Learn the T3 Stack](https://create.t3.gg/en/faq#what-learning-resources-are-currently-available) - [create-t3-app GitHub repository](https://github.com/t3-oss/create-t3-app) — your feedback and contributions are welcome!
- [Discord](https://t3.gg/discord)## How do I deploy this?
Follow our 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.