Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 747 Bytes

File metadata and controls

24 lines (18 loc) · 747 Bytes

Welcome to DevHub

Prerequisites:

Setup for local system

  • Clone this repo in your system
    • git clone https://github.com/OPCODE-Open-Spring-Fest/DevHub.git
  • Navigate to the project directory
    • cd DevHub/
  • Now install the node modules
    • npm install
  • Runs the app in the development mode.
    • npm start

Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.

You may also see any lint errors in the console.