1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00

Updated Documentation on Pink and Contribution Gd

This commit is contained in:
Pranjal Goyal 2023-04-20 16:49:38 +05:30
parent 726d626543
commit 977d67a4f8

View file

@ -109,7 +109,9 @@ docker run --rm --interactive --tty \
### User Interface
Appwrite UI is built with two frameworks [Svelte](https://svelte.dev/) and [Svelte Kit](https://kit.svelte.dev/). You can refer the repo [Appwrite-Console](https://github.com/appwrite/console) to learn and explore.
Appwrite UI is built with two frameworks [Svelte](https://svelte.dev/) and [Svelte Kit](https://kit.svelte.dev/). You can refer the repo [Appwrite-Console](https://github.com/appwrite/console) to learn and explore. Appwrite is using [Pink](https://github.com/appwrite/pink) for CSS.
To contribute to the UI, head over to the [Contribution Guide](https://github.com/appwrite/console/blob/main/CONTRIBUTING.md)
### Get Started