https://github.com/proofoftom/tweet-market
A market for curating tweets and rewarding participants
https://github.com/proofoftom/tweet-market
Last synced: about 1 month ago
JSON representation
A market for curating tweets and rewarding participants
- Host: GitHub
- URL: https://github.com/proofoftom/tweet-market
- Owner: proofoftom
- Created: 2019-07-14T04:32:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:32:35.000Z (over 3 years ago)
- Last Synced: 2025-01-23T05:16:07.310Z (over 1 year ago)
- Language: Vue
- Homepage: https://tweet-market.proofoftom.now.sh
- Size: 3.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tweet Market Frontend
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).