🧰 Tech Stack
🛠️ Setup Server
- Setup Appwrite server
 - Create project 
almostLinktree - Install Appwrite CLI
 - Login with 
appwrite login - Enter 
cd backend - Deploy database structure with 
appwrite deploy collection 
👀 Setup Client
- Install libarries 
npm install - Update 
appwriteEndpointinsrc/lib/appwrite.ts(Appwrite endpoint from server setup) - Start server 
npm run dev 
🚀 Deploy client
- Deploy frontend and backend on the same domain. For example, 
myapp.comandappwrite.myapp.com - Add frontend hostname as a platform in Appwrite project
 
🤝 Contributing
When contributing to backend-related logic, make sure to sync-up backend/appwrite.json by running the appwrite init commands in the backend folder.
Please use components from Meraki UI for all UI changes.