https://github.com/nirnejak/gitpro-frontend
App to manage repositories track developer activity
https://github.com/nirnejak/gitpro-frontend
activity bulk-operation collaboration developer manage repository-management tracking
Last synced: 5 months ago
JSON representation
App to manage repositories track developer activity
- Host: GitHub
- URL: https://github.com/nirnejak/gitpro-frontend
- Owner: nirnejak
- Created: 2019-09-09T17:51:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T14:22:03.000Z (over 5 years ago)
- Last Synced: 2025-10-31T01:36:13.492Z (9 months ago)
- Topics: activity, bulk-operation, collaboration, developer, manage, repository-management, tracking
- Language: Vue
- Homepage: https://gitpro.vercel.app/
- Size: 1.64 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-supreme-frontend
## 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/).