Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)