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

Initially, there are two items of configuration for 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.