Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snapshot-labs/snapshot-app
https://github.com/snapshot-labs/snapshot-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snapshot-labs/snapshot-app
- Owner: snapshot-labs
- Created: 2021-09-15T19:22:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T14:05:03.000Z (over 2 years ago)
- Last Synced: 2023-03-03T20:39:25.333Z (almost 2 years ago)
- Language: TypeScript
- Size: 64.8 MB
- Stars: 13
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```