The Console that makes Appwrite tick from the browser
Appwrite Console is the Graphical User Interface that developers use to interact with their Appwrite instance in the web browser. It has been built with the Svelte and Svelte Kit frameworks. The development experience, simplicity, consistency, accessibility, scalability, and collaboration are all prioritized in the new version of the console. Contributions to the project go through a proper review process, and security issues can be reported via email.
To install Appwrite Console, follow these steps:
git clone <repository-url>
cd <directory>
npm install
npm run build
npm run serve
http://localhost:5000
.Appwrite Console is a Graphical User Interface for interacting with Appwrite instances in the web browser. It prioritizes developer experience, simplicity, consistency, accessibility, scalability, and collaboration. The console is built with Svelte and Svelte Kit frameworks, and contributions undergo a review process. Security issues can be reported via email.