Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proofoftom/tweet-market
A market for curating tweets and rewarding participants
https://github.com/proofoftom/tweet-market
Last synced: 3 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:32:35.000Z (about 2 years ago)
- Last Synced: 2025-01-23T05:16:07.310Z (7 days 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/).