An open API service indexing awesome lists of open source software.

https://github.com/appwrite/30daysofappwrite

Landing Page for 30 Days of Appwrite
https://github.com/appwrite/30daysofappwrite

hacktoberfest

Last synced: 5 months ago
JSON representation

Landing Page for 30 Days of Appwrite

Awesome Lists containing this project

README

        




Appwrite Logo









Landing page for 30 Days of Appwrite

[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
[![Follow Appwrite on StackShare](https://img.shields.io/badge/follow%20on-stackshare-blue?style=flat-square)](https://stackshare.io/appwrite)

[#30DaysOfAppwrite](https://30days.appwrite.io/) 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
```bash
git clone https://github.com/appwrite/30dayofappwrite.git
cd 30dayofappwrite
```

1. Change to the folder you wish to use
```bash
cd 30dayofappwrite
```

1. Install the npm packages
```bash
npm install
```

1. Run the app!

```bash
npm run dev
```