Display the skills a user has and the endorsements created for adding new skills to users profile
- Why Volta?
- To install Volta, please follow this Guide
- Version - 20.11.1
- Install Node.js using the following command:
volta install node@20.11.1
-
Environment Setup:
- Create a file named
env.local
in the root directory. - Copy the contents of
env.sample
and paste them intoenv.local
.
- Create a file named
-
Setup locally:
- Setup
dev.realdevsquad.com
for development using the instructions here - Avoiding CORS during development
- Setup
-
Install Dependencies:
npm i
-
Run the Development Server:
npm run dev
-
Go to Website: https://dev.realdevsquad.com
-
To run tests run the following command:
npm run test
-
To generate coverage report use the command below:
npm run test:coverage