Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.52 KB

File metadata and controls

42 lines (33 loc) · 1.52 KB

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