Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.11 KB

Sports-Board

Node.js application using express and ejs.

Description

  • This is Sports website of IIITG.
  • It provides an overview of different indoor and outdoor sports.
  • Insight of events organised at IIITG and also events at which IIITG participated.
  • Photos of the events and sports organised.
  • Details of present student and faculty coordinators.

Installation

Make sure you have Node.js and npm installed

$ git clone https://github.com/IIITG-Open-Source/Sports-Board
$ cd Sports-Board
$ npm install

Run the Project

$ npm start

Development

For development purpose of project,use :

$ npm run dev

Contribute

For contributing to this project, fork the repo and clone it to your local system. Do read the guidelines and follow the instructions before making contribution.

Contributors