After clonning signomix-webapp repository to signomix-webapp
folder:
cd signomix-webapp
npm install
// npm i -D @sveltejs/adapter-static
npm i -D @sveltejs/adapter-node@next
npm install -D svelte-preprocess
npm i svelte-grid --save-dev
npm i svelte-chartjs chart.js
npm install moment chartjs-adapter-moment
npm i svelte-sonner
// npm i svelte-dialogs // to decide
npm i -D leaflet
Modify the code (or not) and to test start web application in dev
mode with command:
npm run dev