Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 514 Bytes

File metadata and controls

29 lines (27 loc) · 514 Bytes

GuidelineX

  1. Open VS Code.
  2. Open a new terminal.
  3. Run the following command in the terminal to clone the repository
    git clone https://github.com/KevithMannage/Devthon.git
  4. To start the frontend
    cd frontend
    npm install
    npm run dev
  5. To start the backend (open new terminal)
    cd backend
    npm install
    npm run start