Skip to content

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.

1
2
3
4
5
# Build for production
npm run build

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

Last update: June 24, 2021