Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balmy-protocol/aztec-dca-fe
Mean Finance Aztec FE Code repository
https://github.com/balmy-protocol/aztec-dca-fe
Last synced: 5 days ago
JSON representation
Mean Finance Aztec FE Code repository
- Host: GitHub
- URL: https://github.com/balmy-protocol/aztec-dca-fe
- Owner: Balmy-protocol
- License: gpl-3.0
- Created: 2023-02-21T19:36:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-02T13:52:09.000Z (over 1 year ago)
- Last Synced: 2024-05-09T15:10:36.127Z (6 months ago)
- Language: TypeScript
- Homepage: https://mean.finance
- Size: 6.66 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mean Finance FE
This repository contains the code for the Mean Finance public web dApp.
## ๐จโ๐ป Development environment
- Install dependencies
```bash
yarn install
```- Run locally on port 3000
```bash
yarn start
```## ๐งช Linting
```bash
yarn lint
```Will run linter under [src](./src)
## ๐ Docs
Check our docs at [docs.mean.finance](https://docs.mean.finance)