Official documentation website for TidesDB - a fast, embeddable key-value storage engine library.
- Node.js (v18 or higher)
- npm
npm installStart the development server with hot reload:
npm run devThe site will be available at http://localhost:4321
Build the static site:
npm run buildPreview the production build:
npm run preview