Skip to content
/ ero Public

"Ero: Notion in Yoruba" is a user-friendly replica of the Notion platform, tailored to provide a streamlined experience.

License

Notifications You must be signed in to change notification settings

unkletayo/ero

Repository files navigation

Ero(Notion in Yoruba) is a fullstack Notion Clone built using:

  • Next.js 13
  • Convex
  • Tailwind

Key Features:

  • Real-time database 🔗
  • Notion-style editor 📝
  • Light and Dark mode 🌓
  • Infinite children documents 🌲
  • Trash can & soft delete 🗑️
  • Authentication 🔐
  • File upload
  • File deletion
  • File replacement
  • Icons for each document (changes in real-time) 🌠
  • Expandable sidebar ➡️🔀⬅️
  • Full mobile responsiveness 📱
  • Publish your note to the web 🌐
  • Fully collapsable sidebar ↕️
  • Landing page 🛬
  • Cover image of each document 🖼️
  • Recover deleted files 🔄📄

Prerequisites

Node version 18.x.x

Cloning the repository

git clone https://github.com/unkletayo/ero.git

Install packages

npm i

Setup .env file

Create and env file using the example fron .env.local

cp .env.example .env
# Deployment used by `npx convex dev`
CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CONVEX_URL=

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

EDGE_STORE_ACCESS_KEY=
EDGE_STORE_SECRET_KEY=

Setup Convex

npx convex dev

Start the app

npm run dev

About

"Ero: Notion in Yoruba" is a user-friendly replica of the Notion platform, tailored to provide a streamlined experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published