This library is a monorepo built with Turborepo. It consists of the following:
web
— the official website.
pointers-js
: the official NPM package.eslint-config
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
).typescript-config
:tsconfig.json
s used throughout the monorepo.
To build all apps and packages, run the following command:
bun run build
To develop all apps and packages, run the following command:
bun dev