Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/resir014/stereo

Monorepo for all npm libraries I use personally.
https://github.com/resir014/stereo

design-system javascript monorepo react react-hooks typescript

Last synced: 1 day ago
JSON representation

Monorepo for all npm libraries I use personally.

Awesome Lists containing this project

README

        

# stereo

> Monorepo for all npm libraries I use personally.

## Getting started

A [Node.js](https://nodejs.org/en/) >= 14.0.0 with yarn is recommended.

```bash
# 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](packages/chungking-react) - Personal design system.
- [kait](packages/kait) - A list of personal reusable hooks.
- [lerp](packages/lerp) - Simple linear interpolation.