Note: The Hacktober Fest page is built using React; a JavaScript library for building user interfaces and Vite; a frontend tool used for building fast and optimized web applications.
These are the steps you need to follow to get this site on your local system.
Follow these steps to install git in your computer.
Open Git Bash in any folder and paste the following command
git clone https://github.com/tcet-opensource/hacktober-fest.git
Note: It is important to have NodeJS in your system
Install pnpm globally
npm install -g pnpm
You can make changes to your respective files and changes will be shown once you have saved the file.
Here are a set of commands used to run locally:
Command | Action |
---|---|
pnpm |
Installs dependencies |
pnpm run dev |
Starts local dev server at localhost:3000 |
pnpm run build |
Build your production site to ./dist/ |
pnpm run preview |
Preview your build locally, before deploying |
pnpm install
pnpm run dev