If you wish to make a pull request, you can test out your feature by following these steps.
- Clone this repository
- Create a branch
- Run
npm run lib:dev
- Run
npm run server:dev
- Make your changes inside
lib/src
- 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.