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

https://github.com/raid-guild/caletaxp-web


https://github.com/raid-guild/caletaxp-web

Last synced: 10 months ago
JSON representation

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
```