Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 523 Bytes

File metadata and controls

39 lines (25 loc) · 523 Bytes

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