mirror of
https://github.com/dmccartney/rocketsweep.git
synced 2026-03-28 17:50:16 +00:00
A tool for Rocket Pool operators to distribute the accumulated balances from their minipools. https://rocketsweep.app
- JavaScript 99.8%
- HTML 0.2%
|
|
||
|---|---|---|
| .github/workflows | ||
| web | ||
| .firebaserc | ||
| .gitignore | ||
| .prettierignore | ||
| firebase.json | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Rocket Sweep
This repository contains code for https://rocketsweep.app
web/contains the website UI frontend.
Dev Setup
- TODO: doc
.env(see.env.example) - TODO: doc
cd web,npm install,npm start, etc
Style
- TODO: doc
npm run prettyetc.