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

https://github.com/rajgoesout/polkadot-scanner-frontend


https://github.com/rajgoesout/polkadot-scanner-frontend

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# polkadot-scanner-frontend

## Getting Started

- Set [env vars](.env.sample)
- `yarn install`

Run dev server:

```
yarn dev
```

Run prod server:

```
yarn build
yarn start
```