Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

appwrite/hacktoberfest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽƒ Hacktoberfest Landing Page

This repo is home to the Hacktoberfest landing page, located at https://hacktoberfest.appwrite.io/. It's built with Svelte and deployed on Vercel.

hacktoberfest appwrite io_

๐Ÿ‘ฉโ€๐Ÿ’ป 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

git clone [email protected]:appwrite/hacktoberfest.git
cd hacktoberfest

Then, install the dependencies using

npm install

Once you've installed dependencies with npm install (or pnpm install or yarn), start a development server:

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 for your target environment. Then:

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 to ask questions or seek mentorship! Happy Coding!