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

https://github.com/flashbots/flashbots-dashboard


https://github.com/flashbots/flashbots-dashboard

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Flashbots Dashboard

## Prerequisites

- [Yarn](https://yarnpkg.com/)

## Getting started

First run `yarn`

Next copy the `.env.example` and rename it to `.env`

And run `yarn start` to get the app running locally

To build for release, run `yarn build` you will find the compiled files in the `./build` folder.