Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 654 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 654 Bytes

Project Overview

This project is built using Vite and React.

Deployed Radar Diagram

To update the radar, please add specific technologies to the data-front/elements.json or data-back/elements.json file.

The radar is customizable. You can also add additional rings and divide the radar into smaller sections.

The radar uses the radar-diagram library.

Prerequisitions:

  • nodejs v18

Installation

  1. To install all the necessary dependencies, run the following command:

npm install

Running the Project

  1. To start the development server, use the following command:

npm run dev