Please maintain the design consistency and theming without disrupting the existing styling.
First, clone the project to your local machine using the following command and cd into the new directory:
git clone https://github.com/2406mmartin/acmweb-website-structure.git
cd acmweb-website-structure
Then, run the command to install all the required dependencies:
npm install
To start the development server and preview the website locally, run:
npm run dev