Learn how to get started with Bookemoji.
npx sv create
)The installer will scaffold bookemoji within your existing sveltekit application. Follow the instructions from the CLI to get it set up.
npm create bookemoji@latest
Once installed, you can now run bookemoji with npm run dev
.
There are two key ways to configure bookemoji:
svelte.config.js
configurationYou can tweak both freely to achieve the style of application you prefer.