Library, Web API & site to browse Légifrance legal open data from French Direction de l'information légale et administrative (Dila)
Find a file
2022-08-09 11:15:42 +02:00
.vscode Improve configuration & README. Add license. 2022-08-09 11:15:42 +02:00
src Improve configuration & README. Add license. 2022-08-09 11:15:42 +02:00
static npm create svelte@latest tricoteuses-legal 2022-08-09 10:21:38 +02:00
tests Change prettier configuration. 2022-08-09 10:44:30 +02:00
.eslintignore npm create svelte@latest tricoteuses-legal 2022-08-09 10:21:38 +02:00
.eslintrc.cjs Improve configuration & README. Add license. 2022-08-09 11:15:42 +02:00
.gitignore Improve configuration & README. Add license. 2022-08-09 11:15:42 +02:00
.npmrc npm create svelte@latest tricoteuses-legal 2022-08-09 10:21:38 +02:00
.prettierignore Improve configuration & README. Add license. 2022-08-09 11:15:42 +02:00
LICENSE.md Improve configuration & README. Add license. 2022-08-09 11:15:42 +02:00
package-lock.json Change prettier configuration. 2022-08-09 10:44:30 +02:00
package.json Improve configuration & README. Add license. 2022-08-09 11:15:42 +02:00
playwright.config.ts Change prettier configuration. 2022-08-09 10:44:30 +02:00
postcss.config.cjs Change prettier configuration. 2022-08-09 10:44:30 +02:00
prettier.config.cjs Change prettier configuration. 2022-08-09 10:44:30 +02:00
README.md Improve configuration & README. Add license. 2022-08-09 11:15:42 +02:00
svelte.config.js Improve configuration & README. Add license. 2022-08-09 11:15:42 +02:00
tailwind.config.cjs Change prettier configuration. 2022-08-09 10:44:30 +02:00
tsconfig.json Change prettier configuration. 2022-08-09 10:44:30 +02:00
vite.config.js Change prettier configuration. 2022-08-09 10:44:30 +02:00

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