Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 259 Bytes

contributor.md

File metadata and controls

17 lines (12 loc) · 259 Bytes

Contributors Guide

Getting Started

npm install
  • Copy .sample.env to .env and create your own appwrite account and create a DB and add Project id in NEXT_PUBLIC_APPWRITE_PROJECT_ID
cp .sample.env .env
npm run dev