Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 408 Bytes

File metadata and controls

29 lines (19 loc) · 408 Bytes

MHS Seals Website

setup

  1. Clone the repository to your local machine.
git clone https://github.com/MHSeals/website2025.git
  1. Navigate to the project directory.
cd website2025
  1. Install the required dependencies using npm.
npm install
  1. Start the development server.
npm run dev
  1. Open your web browser and go to http://localhost:4321 to view the website.