https://github.com/protofire/fairdex
https://github.com/protofire/fairdex
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/protofire/fairdex
- Owner: protofire
- License: lgpl-3.0
- Created: 2019-04-17T14:06:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T06:16:28.000Z (about 3 years ago)
- Last Synced: 2023-04-10T04:54:27.969Z (almost 3 years ago)
- Language: TypeScript
- Homepage: https://fairdex.net
- Size: 4.21 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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
```