Install dependencies
npm install
Local test
npm run dev
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
Adding libraries to SvelteKit project
Leaflet (https://dev.to/khromov/using-leaflet-with-sveltekit-3jn1)
Echarts (https://echarts.apache.org/handbook/en/basics/import)
tabulator (http://tabulator.info/docs/5.2/frameworks)
import { TabulatorFull as Tabulator } from 'tabulator-tables'; import 'tabulator-tables/dist/css/tabulator_simple.min.css';