Skip to content

DorijanH/notion-clone

Repository files navigation

logo

Jotion

Full-stack Notion clone made by following the tutorial.


logo

🛠 Prerequisites

🔰 Getting started

Clone the repository

The easiest way to get started is to scaffoled a copy of the repository by using degit.

pnpm dlx degit https://github.com/DorijanH/notion-clone notion-clone

Installing dependencies

Installing dependencies is done by running the following command

pnpm i

Environmental variables

Create a local configuration file .env.local using the .env.local.example template

Running the application

In order for the application to work, both the backend and frontend need to be running in their own terminals:

Running the Convex backend

pnpm dlx convex dev

Running the frontend app

pnpm dev

Releases

No releases published

Packages

No packages published