2022-11-15 14:43:06 +00:00
2022-09-26 14:44:29 +02:00
2022-11-14 13:48:52 +01:00
2022-11-10 10:29:49 +01:00
2022-11-14 11:55:38 +01:00
2022-01-06 19:13:23 +01:00
2022-03-26 19:56:55 +03:00
2022-03-11 11:32:52 +01:00
2022-01-06 19:13:23 +01:00
2022-03-26 19:56:55 +03:00
2022-03-08 15:55:15 +01:00
2022-11-14 16:01:35 +00:00
2022-11-14 13:46:32 +01:00
2022-07-11 12:54:05 +02:00
2022-11-15 14:43:06 +00:00
2022-11-14 16:06:47 +00:00
2022-10-10 22:20:13 +02:00
2022-10-10 22:20:13 +02:00
2022-10-10 22:20:13 +02:00

Appwrite

🖥️ Appwrite Console

Discord Twitter Account appwrite.io

Appwrite Console is the Graphical User Interface that developers interact with when accessing their Appwrite instance in the web browser.

Appwrite Console has been built with the following frameworks:

Table of Contents:

Development

Once you've created a project and installed dependencies with npm install, start a development server:

npm run dev

Build

npm run build

You can preview the built app with npm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.

Tests

npm test

This will run tests in the tests/ directory.

Format

Code should like everywhere the same, for this reason a code-formatter is mandatory.

npm run format

Linter

npm run lint

Diagnostics

Diagnostic tool that checks for following:

  • Unused CSS
  • Svelte A11y hints
  • TypeScript compiler errors
npm run check

Contributing

All code contributions - including those of people having commit access - must go through a pull request and be approved by a core developer before being merged. This is to ensure a proper review of all the code.

We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.

Security

For security issues, kindly email us at security@appwrite.io instead of posting a public issue on GitHub.

Follow Us

Join our growing community around the world! See our official Blog. Follow us on Twitter, Facebook Page, Facebook Group, Dev Community or join our live Discord server for more help, ideas, and discussions.

License

This repository is available under the BSD 3-Clause License.

S
Description
The Console that makes Appwrite tick from the browser 🖥
Readme BSD-3-Clause 146 MiB
Languages
Svelte 84.2%
TypeScript 15.5%