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

https://github.com/protofire/fairdex


https://github.com/protofire/fairdex

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Waffle.io - Columns and their card count](https://badge.waffle.io/41c72c65c2bd930135e0234ab0d671b0ba8242392f6c7b4320860dab30fe6743.svg?columns=all)](https://waffle.io/Altoros/dx-bidder-ui)

# dx-bidder-ui

Gnosis DutchX Bidder UI

# Develop

## Install

```bash
# Install dependencies
npm install
```

### Run

```bash
# Run locally
npm start
```

### Test

```bash
# Run tests
npm test
```