Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 437 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 437 Bytes

Setup

If you wish to make a pull request, you can test out your feature by following these steps.

  1. Clone this repository
  2. Create a branch
  3. Run npm run lib:dev
  4. Run npm run server:dev
  5. Make your changes inside lib/src
  6. Test it out inside server/resources/js/Pages/User.vue

And that is it! quite simple right? now you can make your changes and send a PR.