https://github.com/snipe/grok-project
https://github.com/snipe/grok-project
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snipe/grok-project
- Owner: snipe
- Created: 2017-05-10T22:22:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T21:08:29.000Z (over 7 years ago)
- Last Synced: 2026-03-02T01:19:27.364Z (4 months ago)
- Language: HTML
- Size: 2.77 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grok-project
### Development
```
npm install
npm run dev
```
Seeding the database:
```
php artisan migrate:reset; php artisan migrate; php artisan db:seed;
```