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
- Host: GitHub
- URL: https://github.com/appwrite/30daysofappwrite
- Owner: appwrite
- License: bsd-3-clause
- Created: 2021-04-24T07:37:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T11:23:22.000Z (over 2 years ago)
- Last Synced: 2025-01-31T18:45:36.780Z (5 months ago)
- Topics: hacktoberfest
- Language: Vue
- Homepage: https://30days.appwrite.io/
- Size: 827 KB
- Stars: 40
- Watchers: 16
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
![]()
Landing page for 30 Days of Appwrite[](https://appwrite.io/discord)
[](https://twitter.com/appwrite)
[](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
```