Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 820 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 820 Bytes

Official Website of IIIT Trichy

Installation

  1. Fork the repository, create a branch and clone the branch.

  2. Please ensure that you have latest version of Node.js installed.

  3. On your terminal, type the following command on your terminal:

    $ npm install

  4. To run the server, type the following command on your terminal:

    $ npm start

    Now, your server is running on port 3000.

  5. Additionally, to run your server on some other port (For instance, at port 8000), use this command:

    $ PORT=8000 npm start

Still facing problem?

Please open an issue for the same. We will try our best to solve your problem.

Tip: Additionally, you can hit Watch 👀 or Star ⭐ this repository, and help us by contributing and improve our website.