https://github.com/bencoderus/devstatus
Devstatus is an open source Vue PWA designed for reviewing developers account on Github 😎
https://github.com/bencoderus/devstatus
Last synced: 3 months ago
JSON representation
Devstatus is an open source Vue PWA designed for reviewing developers account on Github 😎
- Host: GitHub
- URL: https://github.com/bencoderus/devstatus
- Owner: bencoderus
- Created: 2020-02-28T00:03:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-11T15:13:44.000Z (over 3 years ago)
- Last Synced: 2025-03-17T22:59:43.014Z (9 months ago)
- Language: CSS
- Homepage: https://gitdevstat.netlify.com/
- Size: 2.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Devstatus
It is an open source app that provides users with a fast medium to review developers account on
Github.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Demo
https://gitdevstat.netlify.com/
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).