Getting Started

Learn how to get started with Bookemoji.

Prerequisites:

  • An already-scaffolded SvelteKit application (like via npx sv create)

Installation

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
Issues? Let us know on github

Once installed, you can now run bookemoji with npm run dev.

Example of bookemoji running

Configuration

There are two key ways to configure bookemoji:

  1. The svelte.config.js configuration
  2. The route directory structure

You can tweak both freely to achieve the style of application you prefer.