Landing page for 30 Days of Appwrite
#30DaysOfAppwrite is a month long event focussed at giving developers a walkthrough of all of Appwrite's features, starting from the basics to more advanced features like Cloud Functions! Alongside, we will also be building a fully featured Medium Clone to demonstrate how these concepts can be applied when building a real world app. We also have some exciting prizes for developers who follow along with us!
This project was built using Vue.js + Vite.
-
Clone this repository
git clone https://github.com/appwrite/30dayofappwrite.git cd 30dayofappwrite
-
Change to the folder you wish to use
cd 30dayofappwrite
-
Install the npm packages
npm install
-
Run the app!
npm run dev