This repository to manage packages of svelte maplibre components for water application.
The following packages are managed in this monorepo.
Please visit the documentation on svelte-maplibre.water-gis.com.
If you have not used pnpm before, please install it first.
npm i -g pnpmpnpm installWhen you clone it from Github first time, please install lefthook by the following command.
pnpm lefthook installpnpm lint
pnpm format
pnpm buildReleasing packages is handled by changeset. Please create changeset log for every your work.
pnpm changesetOnce, the PR is merged into main with changeset log created, the package will be released by Github Actions with changeset automatically.