Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 595 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 595 Bytes

ACM Web Website Structure

Please maintain the design consistency and theming without disrupting the existing styling.

1. Clone & CD

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

2. Install Dependencies

Then, run the command to install all the required dependencies:

npm install

3. Start Dev Server

To start the development server and preview the website locally, run:

npm run dev