A starter template for a new SvelteKit site using Bookshop
To run locally:
npm i
npm start
To see the component browser locally: (in another terminal)
npx @bookshop/browser
You can now load the component library at the provided port.
The bookshop components live in component-library
, which is defined as an alias for $bookshop in vite.config.js
To learn more, read the Bookshop SvelteKit Guide.