Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/snapshot-labs/snapshot-app


https://github.com/snapshot-labs/snapshot-app

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# snapshot-app

### Install dependencies

```
yarn
```

- Also copy .env-example and rename to .env with your own environment variables

### Extra step to install for iOS

```
cd ios
pod install
```

### Run project

```
yarn ios
yarn android
```