Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 945 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 945 Bytes

Laravel Valet Desktop

Build Status XO code style

Usage

TODO

Caught a bug?

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install the dependencies: npm install
  3. Bundle the source code and watch for changes: npm run dev
  4. Start the app in a new terminal tab: npm start

To make sure that your code works in the bundled application, you can generate the binaries like this:

npm run pack

After that, you'll find them in the ./dist folder!

Credits

Heavily based on and inspired Now Desktop