Skip to content

Latest commit

Β 

History

History
43 lines (27 loc) Β· 691 Bytes

File metadata and controls

43 lines (27 loc) Β· 691 Bytes

πŸš€ OSDHACK'25

OSDHACK'25, is where you can cook awesome projects along with many other open sorcerers. In case you want to set up the website and contribute, here's the recipe to do that 🍳 :


πŸ“¦ Prerequisites

Ensure the following are installed:

  • Node.js (>= 14)
  • npm (>= 6) or yarn (optional)

βš™οΈ Installation Steps

1. Install Vite Globally (Optional but recommended)

npm install -g vite

2. Install Project Dependencies

npm install

3. πŸš€ Running the Development Server

Start the development server:

npm run dev

Then open:

http://localhost:5173/

Happy Cookin πŸ§‘β€πŸ³