Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 506 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 506 Bytes

OpenLake Website

This repository is the source code of the official website of OpenLake, an opensource organisation based at Indian Institute of Technology, Bhilai.

Tech Stack

  • React
  • GitHub APIs

Setup Instructions

To download the dependencies

npm i

To run the website in development mode

npm start

To run the deployment mode

npm run build

Maintainers