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

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.

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
```