Skip to content

Prarambha369/hackday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

Project info

This repository contains the source for the Butwal Hack website and web app.

How to edit and run locally

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 dev

Edit 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.

What technologies are used for this project?

This project is built with:

  • Vite
  • TypeScript
  • React
  • shadcn-ui
  • Tailwind CSS

How to deploy

Deploy according to your chosen provider (Vercel, Netlify, Cloudflare Pages, or similar). Build output lives in the dist/ folder after running npm run build.

Custom domain

Connect a custom domain via your hosting provider following their instructions.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors