innovcamp-2024-fast-by-default Svelte Themes

Innovcamp 2024 Fast By Default

The repository for the example code from the InnovCamp 2024 workshop by @BastiDood titled "Making Fast the Default with Svelte".

Making Fast the Default

This is the repository for the example code from the InnovCamp 2024 workshop by Basti Ortiz titled "Making Fast the Default with Svelte".

Development

Running the Web Server

# Install the dependencies.
pnpm install

# Synchronize auto-generated files from SvelteKit.
pnpm sync

# Start the development server with live reloading + hot module replacement.
pnpm dev

# Compile the production build (i.e., with optimizations).
pnpm build

# Start the production preview server.
pnpm preview

Linting the Codebase

# Check Formatting
pnpm fmt # prettier

# Apply Formatting Auto-fix
pnpm fmt:fix # prettier --write

# Check Linting Rules
pnpm lint:html   # linthtml
pnpm lint:css    # stylelint
pnpm lint:js     # eslint
pnpm lint:svelte # svelte-check

# Check All Lints
pnpm lint

Top categories

Loading Svelte Themes