sveltekit-bootstrap
This is a template for svelte-kit and bootstrap projects.
setup
- This project uses pnpm. Ensure you've installed it to continue
- Once this repo is on your local machine, install the dependencies in the main project directory with
pnpm install
- Just run
pnpm dev -- --open
to launch the dev server and open up the site in your browser of choice.
š