This repo is home to the Hacktoberfest landing page, located at https://hacktoberfest.appwrite.io/. It's built with Svelte and deployed on Vercel.
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
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.
At any point, if you are stuck, feel free to hop on our Discord server to ask questions or seek mentorship! Happy Coding!