https://github.com/fayazara/git-stars
Git stars shows you trending github repos in a clean UI
https://github.com/fayazara/git-stars
github javascript pwa vuejs
Last synced: 7 months ago
JSON representation
Git stars shows you trending github repos in a clean UI
- Host: GitHub
- URL: https://github.com/fayazara/git-stars
- Owner: fayazara
- Created: 2019-03-29T19:01:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:47:41.000Z (about 3 years ago)
- Last Synced: 2024-05-01T17:39:52.232Z (almost 2 years ago)
- Topics: github, javascript, pwa, vuejs
- Language: Vue
- Homepage:
- Size: 3.66 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitstars
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).