Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfellerph/github-search
A technical assignment from Ginetta for applicants. To be solved in under 3h.
https://github.com/gfellerph/github-search
Last synced: about 1 month ago
JSON representation
A technical assignment from Ginetta for applicants. To be solved in under 3h.
- Host: GitHub
- URL: https://github.com/gfellerph/github-search
- Owner: gfellerph
- Created: 2019-11-09T11:59:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T12:39:18.000Z (about 2 years ago)
- Last Synced: 2024-10-15T02:06:48.310Z (3 months ago)
- Language: Vue
- Size: 4.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-search
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).