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

https://github.com/rsm-hcd/hcd-javascript

This is a monorepo consisting of numerous core JavaScript packages utilized by engineers within the Human-Centered Design group at RSM.
https://github.com/rsm-hcd/hcd-javascript

hacktoberfest typescript

Last synced: 4 months ago
JSON representation

This is a monorepo consisting of numerous core JavaScript packages utilized by engineers within the Human-Centered Design group at RSM.

Awesome Lists containing this project

README

          

# RSM HCD Javascript Packages

This is a monorepo consisting of numerous core JavaScript packages utilized by engineers within the Human-Centered Design group at RSM.

## Packages

- [`javascript-core`](./packages/javascript-core/README.md): Common patterns, functions, etc... used when building javascript applications (published to npm)
- [`javascript-react`](./packages/javascript-react/README.md): Common patterns, functions, etc... used when building react applications (published to npm)
- [`javascript-testing`](./packages/javascript-testing/README.md): Testing utilities for JavaScript (published to npm)
- `eslint-config-custom`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `tsconfig`: `tsconfig.json`s used throughout the monorepo

## Getting Started

- Install [Node.js](https://nodejs.org/en/) (v20 or higher)
- Install [pnpm](https://pnpm.io/) (v9 or higher)
- Commands
- `pnpm install`: Install dependencies
- `pnpm run build`: Build all packages
- `pnpm run lint`: Lint all packages
- `pnpm run test`: Test all packages