https://github.com/flashbots/flashbots-dashboard
https://github.com/flashbots/flashbots-dashboard
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/flashbots/flashbots-dashboard
- Owner: flashbots
- Created: 2021-04-26T20:21:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T16:50:49.000Z (about 5 years ago)
- Last Synced: 2025-04-11T20:48:01.322Z (about 1 year ago)
- Language: TypeScript
- Size: 318 KB
- Stars: 17
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.