Skip to content

Latest commit

 

History

History
88 lines (73 loc) · 3.22 KB

README.md

File metadata and controls

88 lines (73 loc) · 3.22 KB

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