1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00

learn more section in Deno SDK

This commit is contained in:
Damodar Lohani 2021-03-11 10:39:49 +05:45
parent af8c52087b
commit ce17d5d886

View file

@ -50,4 +50,10 @@ promise.then(function (response) {
}, function (error) { }, function (error) {
console.log(error); console.log(error);
}); });
``` ```
### Learn more
You can use followng resources to learn more and get help
- [Appwrite Docs](https://appwrite.io/docs)
- [Discord Community](https://appwrite.io/discord)
- [Appwrite Deno Playground](https://github.com/appwrite/playground-for-deno)