https://github.com/plebbit/ipfs-tracker
https://github.com/plebbit/ipfs-tracker
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plebbit/ipfs-tracker
- Owner: plebbit
- License: mit
- Created: 2024-09-08T21:24:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-21T04:48:50.000Z (12 months ago)
- Last Synced: 2025-06-21T05:37:00.724Z (12 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### getting started
```
git clone https://github.com/plebbit/ipfs-tracker.git && cd ipfs-tracker
npm install
DEBUG=ipfs-tracker:* PORT=80 npm start
```
#### getting started with docker
```
sudo apt install docker.io
git clone https://github.com/plebbit/ipfs-tracker.git && cd ipfs-tracker
scripts/start-docker.sh
```
#### test
```
npm test
```
or
```
npm run test:watch
```