Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 687 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 687 Bytes

BookCraft build with React + Vite

Register Page

RegisterPageBK

Login Page

LoginPageBk

Admin Page

AdminPageBK

Auth build using AppWrite and hosted at Vercel

Checkout the app at :

Getting Started

First, run the development server:

add the dependencies: npm install
npm run dev
# or
yarn dev
# or
pnpm dev