https://github.com/web3-storage/alt-gateway
https://github.com/web3-storage/alt-gateway
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/web3-storage/alt-gateway
- Owner: web3-storage
- Created: 2022-05-02T19:14:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T18:00:12.000Z (about 4 years ago)
- Last Synced: 2025-01-05T21:11:29.767Z (over 1 year ago)
- Language: JavaScript
- Size: 11.3 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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
```