Skip to content

Latest commit

 

History

History

documentation_developer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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