Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 622 Bytes

File metadata and controls

25 lines (20 loc) · 622 Bytes

Development

The project relies on Node Js.

We use vue.js as a frontend framework and PrimeVue for the UI components.

Installation

To launch the application, follow these steps:

  1. Clone the repository to your local machine:
    git clone https://github.com/MetaConfigurator/meta-configurator.git
  2. Navigate into web application folder:
    cd meta_configurator
  3. Install the necessary dependencies:
    npm install
  4. Launch the application:
    npm run dev