Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 820 Bytes

File metadata and controls

35 lines (19 loc) · 820 Bytes

Project Kerbero

Analytics and Consulting club website of NIT Rourkela

About The Project

Following technologies and libraries are used for the development of this project.

Local Repository Setup

Please refer to the project's style for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub

  2. Clone the project to your local system

  3. Commit changes to your own separate branch

  4. Push your work back up to your fork

  5. Submit a Pull request so that we can review your changes

Running the project.

##install dependencies
npm install

##Run the project.
npm run dev