hacktoberfest

Hacktoberfest

🏡 Home to Appwrite's Hacktoberfest Landing Page

🎃 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.

👩‍💻 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 git@github.com: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!

Top categories

Loading Svelte Themes