Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 596 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 596 Bytes

SWC Website

Rules

  • Please do not create a PR unless assigned an issue.
  • After making a PR, request for review.
  • Installation

    To install this project, follow these steps:

    1. Clone the repository.
      git clone https://github.com/a19hu/SWC_2024.git
      
    2. Navigate to the project directory.
      cd SWC_2024
      
    3. Install the dependencies.
       npm install

    Usage

    1. Run the following command to start the development server
      npm start
      

    This should open up http://localhost:3000 on your default web-browser with the website running.