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

https://github.com/web3-storage/alt-gateway


https://github.com/web3-storage/alt-gateway

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Alt gateway

## Contributing

We use `pnpm` in this project and commit the `pnpm-lock.yaml` file.

### Install dependencies.

```bash
# install all dependencies in the mono-repo
pnpm install
# setup git hooks
npx simple-git-hooks
```