Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
Monorepo for all npm libraries I use personally.
- Host: GitHub
- URL: https://github.com/resir014/stereo
- Owner: resir014
- License: mit
- Created: 2020-12-08T08:26:06.000Z (about 4 years ago)
- Default Branch: trunk
- Last Pushed: 2020-12-27T03:22:43.000Z (about 4 years ago)
- Last Synced: 2024-10-03T13:13:30.801Z (4 months ago)
- Topics: design-system, javascript, monorepo, react, react-hooks, typescript
- Language: TypeScript
- Homepage:
- Size: 2.27 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.