-
Organize your bookmarks by tags.
-
Export your bookmarks as JSON.
-
Generate an access token to access your data.
- Install dependencies
pnpm install
- Register Appwrite account
- Create project
- Login with
pnpm appwrite login
- Update project ID in
appwrite.json
- Deploy project with
pnpm appwrite:deploy
- Create
.env
file withcp .env.example .env.local
- Update the environment variables
- Start server
pnpm dev
Note
If you plan to run Appwrite locally using Docker
, ensure that VITE_APPWRITE_API_ENDPOINT
is set to http://localhost/v1
. If you are using the Appwrite cloud, set it to https://cloud.appwrite.io/v1
.