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 pnpm
pnpm install
When you clone it from Github first time, please install lefthook by the following command.
pnpm lefthook install
pnpm lint
pnpm format
pnpm build
Releasing packages is handled by changeset. Please create changeset log for every your work.
pnpm changeset
Once, the PR is merged into main with changeset log created, the package will be released by Github Actions with changeset automatically.