► The official repository of the website conclave.iiitdwd.ac.in
Developed with the software and tools below.
This is a repository which contains the code for the website concalve.iiitdwd.ac.in.
Requirements
Ensure you have the following dependencies installed on your system:
- Node:
v20.15.0 or above
- npm:
v10.7.0 or above
- Clone the conclave.iiitdwd.ac.in repository:
git clone https://github.com/Velocity-IIITDWD/conclave
- Change to the project directory:
cd conclave
- Install the dependencies:
npm install
Use the following command to build and run conclave.iiitdwd.ac.in:
npm run build && npm run start
To run in development mode with live reloading:
npm run dev
The application will be accessible at http://localhost:3000.
This project exists thanks to all the people who contribute.