https://github.com/downforcetech/downforce.js
Building blocks for the modern Web.
https://github.com/downforcetech/downforce.js
css javascript react typescript
Last synced: 10 months ago
JSON representation
Building blocks for the modern Web.
- Host: GitHub
- URL: https://github.com/downforcetech/downforce.js
- Owner: downforcetech
- Created: 2020-01-23T23:12:52.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T19:38:38.000Z (over 1 year ago)
- Last Synced: 2025-05-07T15:05:56.081Z (about 1 year ago)
- Topics: css, javascript, react, typescript
- Language: TypeScript
- Homepage:
- Size: 4.25 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
**Nx** requires a global PNPM binary for executing tasks.
```sh
npm install --global pnpm@latest
# or
corepack install --global pnpm@latest
corepack enable pnpm
```