This project is built using Vite and React.
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.
- nodejs v18
- To install all the necessary dependencies, run the following command:
npm install
- To start the development server, use the following command:
npm run dev