Skip to content

Commit

Permalink
Add development guide in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdh committed May 16, 2021
1 parent 0695872 commit d989bc0
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,23 @@ brew install laravel-kit
| ![](screenshots/artisan-light.jpg) | ![](screenshots/artisan-dark.jpg) |
| ![](screenshots/tinker-light.jpg) | ![](screenshots/tinker-dark.jpg) |

## Contribution

- [Request a new feature or report an issue](https://github.com/tmdh/laravel-kit/issues/new/).
## Development

Laravel Kit is made with [Electron](https://electronjs.org), [Vue.js 2](https://vuejs.org), [Tailwind CSS](https://tailwindcss.com) and [Webpack](https://webpack.js.org).

```bash
# For development,
# Start development server with Webpack
yarn run dev:one
# Start Electron
yarn run dev:two

# For production,
# Build files with Webpack
yarn run prod
# Make executable
yarn run pack
```

## Documentation

Expand Down

0 comments on commit d989bc0

Please sign in to comment.