Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 748 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 748 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.