https://github.com/mandiant/gocrack-ui
The User Interface for GoCrack
https://github.com/mandiant/gocrack-ui
fireeye-flare
Last synced: 5 months ago
JSON representation
The User Interface for GoCrack
- Host: GitHub
- URL: https://github.com/mandiant/gocrack-ui
- Owner: mandiant
- License: mit
- Created: 2017-10-23T14:45:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T02:17:32.000Z (over 1 year ago)
- Last Synced: 2025-03-03T21:35:38.333Z (over 1 year ago)
- Topics: fireeye-flare
- Language: Vue
- Homepage:
- Size: 1.13 MB
- Stars: 86
- Watchers: 8
- Forks: 50
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GoCrack UI
Welcome! This includes the UI related code for [GoCrack](https://github.com/fireeye/gocrack).
## 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/).