https://github.com/raid-guild/caletaxp-web
https://github.com/raid-guild/caletaxp-web
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raid-guild/caletaxp-web
- Owner: raid-guild
- Created: 2020-03-03T21:06:33.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-10T21:25:06.000Z (over 4 years ago)
- Last Synced: 2023-03-04T10:14:10.099Z (over 3 years ago)
- Language: JavaScript
- Size: 2.35 MB
- Stars: 7
- Watchers: 7
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CaletaXP
leaderboard/claiming dapp
## Development
1. Install dependencies
```bash
$ yarn install
```
2. Setup .env and fill out variables
```bash
cp .env.sample .env.local
```
3. Run a dev server
```bash
$ yarn start
```