https://github.com/mdbarr/interrogative
Online Coding Interview Tool
https://github.com/mdbarr/interrogative
Last synced: 12 days ago
JSON representation
Online Coding Interview Tool
- Host: GitHub
- URL: https://github.com/mdbarr/interrogative
- Owner: mdbarr
- License: mit
- Created: 2019-08-09T15:44:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:26:24.000Z (over 3 years ago)
- Last Synced: 2025-11-29T09:44:48.989Z (7 months ago)
- Language: JavaScript
- Size: 2.32 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interrogative
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).