git clone https://github.com/Thuhaa/svelte-maplibre-starter.git
A new directory will be created with the name of the project. Change into that directory
cd svelte-maplibre-starter
Install the dependencies...
yarn install
Start the application in development mode:
yarn run dev
Open up http://127.0.0.1:5173.
Congratulations, your app is up and running! Happy coding!