https://github.com/gabrielmodog/bubble-web
🫧 A Reddit clone with Next.js 14, Prisma and Supabase.
https://github.com/gabrielmodog/bubble-web
Last synced: 6 months ago
JSON representation
🫧 A Reddit clone with Next.js 14, Prisma and Supabase.
- Host: GitHub
- URL: https://github.com/gabrielmodog/bubble-web
- Owner: GabrielModog
- Created: 2024-04-07T02:22:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T09:46:05.000Z (over 1 year ago)
- Last Synced: 2024-12-19T10:39:13.589Z (over 1 year ago)
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🫧 Bubble Web
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Make sure that you have installed all dependecies before running.
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Goals
> Basically, Reddit is about community, discussion, and good content. Find communities you enjoy, share great stuff, and enjoy interacting with those that share your interests. If you've found some communities you enjoy reading you can join them so they show up on your home page feed.
Well, so what I want to accomplish with this project is to make the essentials features that Reddit has. You'll can see this like a model to start a new project or something like this.
## License
Made with 🩵 by GabrielModog