tricoteuses-legifrance/README.md

818 B

Tricoteuses Legal Explorer

Tricoteuses Legal Explorer is free and open source software.

Installation

Install dependencies

npm install

Server Configuration

Create a .env file to set configuration variables (you can use example.env as a template). Then:

npm run configure
npm run package

Server Launch

In development mode:

npm run dev

In production mode:

npm run build
npm run preview