Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appwrite/hacktoberfest
🏡 Home to Appwrite's Hacktoberfest Landing Page
https://github.com/appwrite/hacktoberfest
hacktoberfest javascript svelte
Last synced: about 1 month ago
JSON representation
🏡 Home to Appwrite's Hacktoberfest Landing Page
- Host: GitHub
- URL: https://github.com/appwrite/hacktoberfest
- Owner: appwrite
- Archived: true
- Created: 2021-09-03T11:43:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T09:15:20.000Z (about 1 year ago)
- Last Synced: 2024-09-22T10:32:33.091Z (about 2 months ago)
- Topics: hacktoberfest, javascript, svelte
- Language: Svelte
- Homepage: https://hacktoberfest.appwrite.io/
- Size: 8.76 MB
- Stars: 39
- Watchers: 17
- Forks: 29
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎃 Hacktoberfest Landing Page
This repo is home to the Hacktoberfest landing page, located at [https://hacktoberfest.appwrite.io/](https://hacktoberfest.appwrite.io/). It's built with [Svelte](https://svelte.dev/) and deployed on [Vercel](https://vercel.com/).
![hacktoberfest appwrite io_](https://user-images.githubusercontent.com/1297371/193393209-90ce77f9-bfb5-48f0-bee4-624182bb1e6d.png)
## 👩💻 Contributing
Like with every GitHub project, contributing starts with cloning this repository. You can either use the `code` button at the top of this page, or the `git clone` command as follows
```sh
git clone [email protected]:appwrite/hacktoberfest.git
cd hacktoberfest
```Then, install the dependencies using
```sh
npm install
```Once you've installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## 🔨 Building
Before creating a production version of the app, install an [adapter](https://kit.svelte.dev/docs#adapters) for your target environment. Then:
```bash
npm run build
```> You can preview the built app with `npm run preview`, regardless of whether you installed an adapter. This should _not_ be used to serve your app in production.
## 🤕 Support
At any point, if you are stuck, feel free to hop on our [Discord server](https://appwrite.io/discord) to ask questions or seek mentorship! Happy Coding!