Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 544 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 544 Bytes

Institute-Website

To run the Node server on your local system, please follow the instructions below:

Requirements

  • Node.js
  • Yarn

Installation

  • Clone the repository onto your local system
  • Open your terminal and navigate to the project directory
  • Run the following command to install all the dependencies:
yarn install

Running the server

  • To run the server in development mode, run the following command:
yarn dev

This will start the server on port 8000, if no port is specified in the environment variables.