Skip to content

Installation

intisarosman1 edited this page May 16, 2024 · 1 revision

Installation

Follow these steps to set up the project on your local machine:

Prerequisites

  • Node.js (v18.x or higher)
  • npm (v8.x or higher)

Steps

  1. Clone the Repository

    git clone https://github.com/SeattleColleges/SeattleColleges.github.io.git
  2. Navigate to Project Directory

    cd SeattleColleges.github.io
  3. Install Dependencies

    npm install
  4. Run the Application

    npm start

Your application should now be running at http://localhost:3000.

Clone this wiki locally