This repository contains the source for the Butwal Hack website and web app.
There are several ways to edit and run this project locally.
Use your preferred IDE
Clone this repository and run the project locally:
# Step 1: Clone the repository using the project's Git URL.
git clone <YOUR_GIT_URL>
# Step 2: Navigate to the project directory.
cd <YOUR_PROJECT_NAME>
# Step 3: Install the necessary dependencies.
npm install
# Step 4: Start the development server.
npm run devEdit a file directly in GitHub
- Navigate to the desired file(s.
- Click the "Edit" button (pencil icon) at the top right of the file view.
- Make your changes and commit them.
Use GitHub Codespaces
- Click the green "Code" button on the repo page and select the "Codespaces" tab.
- Create a new Codespace to edit and run the project in the cloud.
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
Deploy according to your chosen provider (Vercel, Netlify, Cloudflare Pages, or similar). Build output lives in the dist/ folder after running npm run build.
Connect a custom domain via your hosting provider following their instructions.