tricoteuses-legifrance/README.md

41 lines
818 B
Markdown
Raw Normal View History

# Tricoteuses Legal Explorer
## _Web API & site to browse legal open data from French Direction de l'information légale et administrative (Dila)_
_Tricoteuses Legal Explorer_ is free and open source software.
- [software repository](https://git.en-root.org/tricoteuses/tricoteuses-legal-explorer)
- [GNU Affero General Public License version 3 or greater](https://git.en-root.org/tricoteuses/tricoteuses-legal-explorer/blob/master/LICENSE.md)
## Installation
### Install dependencies
```bash
npm install
```
## Server Configuration
Create a `.env` file to set configuration variables (you can use `example.env` as a template). Then:
```bash
npm run configure
npm run package
```
## Server Launch
In development mode:
```bash
npm run dev
```
In production mode:
```bash
npm run build
npm run preview
```