add initial config and readme

This commit is contained in:
2022-08-11 23:17:35 -06:00
commit 235f825447
2 changed files with 34 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# Appwrite Generated UI
This app creates web components that will generate themselves based on the given Appwrite project.
## Example Usage
```javascript
// init the library with the Appwrite info
```
```html
<!-- insert the webcomponent for the item you want -->
```