Skip to content

Unity-for-manufacturing-assets-of-Unity/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 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!

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 73.3%
  • JavaScript 21.6%
  • HTML 3.9%
  • CSS 1.2%