Skip to content

motasimmakki/hacktoberfest

 
 

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!

About

🏡 Home to Appwrite's Hacktoberfest Landing Page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 51.8%
  • CSS 31.5%
  • JavaScript 14.0%
  • HTML 2.7%