Skip to content

resir014/stereo

Repository files navigation

stereo

Monorepo for all npm libraries I use personally.

Getting started

A Node.js >= 14.0.0 with yarn is recommended.

# install dependencies
yarn

# build all packages
yarn build

# run all tests
yarn test

# run tests in-module
yarn workspace [package-name] run test

Packages

  • chungking-react - Personal design system.
  • kait - A list of personal reusable hooks.
  • lerp - Simple linear interpolation.