Skip to content

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

Notifications You must be signed in to change notification settings

Real-Dev-Squad/skill-tree-frontend

Repository files navigation

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 node@20.11.1

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages