30daysofappwrite icon indicating copy to clipboard operation
30daysofappwrite copied to clipboard

Landing Page for 30 Days of Appwrite


Appwrite Logo



Landing page for 30 Days of Appwrite

Discord Twitter Account Follow Appwrite on StackShare

#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!

Getting Started

This project was built using Vue.js + Vite.

  1. Clone this repository

    git clone https://github.com/appwrite/30dayofappwrite.git
    cd 30dayofappwrite
    
  2. Change to the folder you wish to use

    cd 30dayofappwrite
    
  3. Install the npm packages

    npm install
    
  4. Run the app!

    npm run dev