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

https://github.com/plebbit/ipfs-tracker


https://github.com/plebbit/ipfs-tracker

Last synced: 11 months ago
JSON representation

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