https://github.com/rajgoesout/polkadot-scanner-frontend
https://github.com/rajgoesout/polkadot-scanner-frontend
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajgoesout/polkadot-scanner-frontend
- Owner: rajgoesout
- Created: 2021-09-28T15:22:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T19:08:08.000Z (over 3 years ago)
- Last Synced: 2025-05-04T21:18:19.812Z (21 days ago)
- Language: TypeScript
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```