Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aftabrehan/board-wex
Real-Time Miro Clone Built With Nextjs, React, Covex, Liveblocks, TypeScript, and Tailwind CSS.
https://github.com/aftabrehan/board-wex
clerk-auth convex live-blocks next-js reactjs realtime-collaboration realtime-database shadcn-ui tailwindcss typescript
Last synced: about 1 month ago
JSON representation
Real-Time Miro Clone Built With Nextjs, React, Covex, Liveblocks, TypeScript, and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/aftabrehan/board-wex
- Owner: aftabrehan
- License: mit
- Created: 2024-02-06T07:21:42.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-07-19T05:09:28.000Z (4 months ago)
- Last Synced: 2024-09-27T18:20:11.089Z (about 2 months ago)
- Topics: clerk-auth, convex, live-blocks, next-js, reactjs, realtime-collaboration, realtime-database, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://board-wex.vercel.app
- Size: 8.95 MB
- Stars: 14
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BoardWex - Real-Time Miro Clone
![BoardWex - Real-Time Miro Clone](https://github.com/aftabrehan/board-wex/assets/93012310/8d85080c-f3a7-412f-8194-b45b601a17e4)
Real-Time Miro Clone Built With Nextjs, React, Covex, Liveblocks, TypeScript, and Tailwind CSS.
Features:
- đ ī¸ Whiteboard from scratch
- 𧰠Toolbar with Text, Shapes, Sticky Notes & Pencil
- đĒ Layering functionality
- đ¨ Coloring system
- âŠī¸ Undo & Redo functionality
- â¨ī¸ Keyboard shortcuts
- đ¤ Real-time collaboration
- đž Real-time database
- đ Auth, organisations and invites
- âī¸ Favoriting functionality
- đ Next.js 14 framework
- đ TailwindCSS & ShadcnUI styling### Prerequisites
**Node version 14.x**
### Cloning the repository
```shell
git clone https://github.com/aftabrehan/board-wex.git
```### Install packages
```shell
npm i
```### Setup .env file
```shell
CONVEX_DEPLOYMENT=dev:
NEXT_PUBLIC_CONVEX_URL=https://.convex.cloud
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
CLERK_SECRET_KEY=sk_test_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
CLERK_JWT_ISSUER_DOMAIN=https://example-id-0.clerk.accounts.dev
LIVEBLOCKS_SECRET_KEY=sk_dev_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
```### Setup Convex
```shell
npx convex dev
```### Start the app
```shell
npm run dev
```