Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 1.63 KB

README.md

File metadata and controls

62 lines (47 loc) · 1.63 KB

Frontend for Skill-tree

Display the skills a user has and the endorsements created for adding new skills to users profile

Production URL

Staging URL

Tech Stack:

Setup and running locally

Prerequisites

Volta

Node.js

  • Version - 20.11.1
  • Install Node.js using the following command:
      volta install [email protected]

Setup

  1. Environment Setup:

    • Create a file named env.local in the root directory.
    • Copy the contents of env.sample and paste them into env.local.
  2. Setup locally:

  3. Install Dependencies:

    npm i
  4. Run the Development Server:

    npm run dev
  5. Go to Website: https://dev.realdevsquad.com

Testing

  • To run tests run the following command:

    npm run test
  • To generate coverage report use the command below:

    npm run test:coverage