Skip to content

tidesdb/tidesdb.github.io

Repository files navigation

TidesDB Web

Official documentation website for TidesDB - a fast, embeddable key-value storage engine library.

Development

Prerequisites

  • Node.js (v18 or higher)
  • npm

Installation

npm install

Running in Development Mode

Start the development server with hot reload:

npm run dev

The site will be available at http://localhost:4321

Building for Production

Build the static site:

npm run build

Preview the production build:

npm run preview

Releases

No releases published

Packages

No packages published