Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 320 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 320 Bytes

Contribution

You can contribute to the SQL code or the frontend Lizmap interface.

How to build JS

JavaScript source code is in pgrouting/www/js/ directory and has to be build with ViteJS.

# Build for production
npm run build

# Build when developping. Sources are built when modified
npm run watch