https://github.com/astarnetwork/crowdloan-app
Astar network official Polkadot crowdloan campaign contribution page
https://github.com/astarnetwork/crowdloan-app
astar-network crowdloan parachain polkadot
Last synced: 5 months ago
JSON representation
Astar network official Polkadot crowdloan campaign contribution page
- Host: GitHub
- URL: https://github.com/astarnetwork/crowdloan-app
- Owner: AstarNetwork
- Created: 2021-09-02T11:12:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T06:56:46.000Z (almost 3 years ago)
- Last Synced: 2025-04-28T16:57:37.003Z (9 months ago)
- Topics: astar-network, crowdloan, parachain, polkadot
- Language: Vue
- Homepage: https://crowdloan.astar.network/
- Size: 33 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crowdloan
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).