Skip to content

surrealdb/docs.surrealdb.com

Repository files navigation

SurrealDB Documentation

Generated with vike.dev/new (version 581) using this command:

bun create vike@latest --react --mantine --google-analytics --biome --googleAnalytics

Contents

Vike

This app is ready to start. It's powered by Vike and React.

Plus files

The + files are the interface between Vike and your code.

Routing

Vike's built-in router lets you choose between:

SSR

SSR is enabled by default. You can disable it for all or specific pages.

HTML Streaming

You can enable/disable HTML streaming for all or specific pages.

Mantine

This is a boilerplate for Mantine based on the Getting Started guide.

The following Packages are installed:

  • @mantine/hooks Hooks for state and UI management
  • @mantine/core Core components library: inputs, buttons, overlays, etc.

If you add more packages, make sure to update the layouts/Layout.tsx file to include the required CSSs.

The theme is defined in layouts/theme.ts.

Contributors