Appwrite Auth Demo
Svelte demo app that showcases email/password authentication with Appwrite
Steps To Run
- Clone the repo
- Enter the cloned repo's directory
- Change the file .env.exampleto.env
- Update the environment variables with your Appwrite Cloud Endpoint and Project ID
- Run npm installfollowed bynpm run dev