Skip to content

Local-First Notion Clone built with Prisma, Expo and ❤️

Notifications You must be signed in to change notification settings

MoeYc/Notion-Clone

 
 

Repository files navigation

Welcome to Local-First Notion Clone

Using Prisma & Expo

Get started

  1. Install dependencies with pnpm

    pnpm install
  2. prebuild app

    Haven't tested on Android yet!

     npx expo prebuild -p ios --clean && pnpm ios

You can create the database file and initial migration using Prisma migrate:

npx prisma@latest migrate dev

you can now generate the Prisma Client like this:

npx prisma@latest generate

About

Local-First Notion Clone built with Prisma, Expo and ❤️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.5%
  • JavaScript 4.5%