⚠️ This repository is archived.Tigris has pivoted from this database project to a new, globally distributed S3-compatible object storage service. Learn more about the new product here: https://www.tigrisdata.com/
# build
npm run build
# test
npm run test
# lint
npm run lint
The coding style rules are defined by Prettier and enforced by Eslint
We use pre-commit to automatically setup and run git hooks.
Install the pre-commit hooks as follows:
pre-commit installOn every git commit we check the code quality using prettier and eslint.
This software is licensed under the Apache 2.0.