Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.34 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.34 KB

Joootion 📝

This is a clone of Notion built with Next.js, Convex, Lucide, Clerk, and Shadcn. It's a full-featured note-taking app that you can run on your own server.

🤗 Project Overview

Project Overview

🥳 Getting Started

First, install the dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

  • Next.js Documentation - learn about Next.js features and API.
  • Convex - a powerful tool for building decentralized applications.
  • Lucide - a collection of well-designed SVG icons.
  • Clerk - a complete user management and authentication solution for Next.js.
  • Shadcn - a lightweight, customizable component library.

🛠️ Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.