The project relies on Node Js.
We use vue.js as a frontend framework and PrimeVue for the UI components.
To launch the application, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/MetaConfigurator/meta-configurator.git
- Navigate into web application folder:
cd meta_configurator
- Install the necessary dependencies:
npm install
- Launch the application:
npm run dev