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

Latest commit

 

History

History
executable file
·
38 lines (25 loc) · 730 Bytes

README.md

File metadata and controls

executable file
·
38 lines (25 loc) · 730 Bytes

cativo23/auth-service

Auth service

Local Development

This project uses Laravel Sail to manage its local development stack. For more detailed usage instructions take a look at the official documentation.

Links

Start the development server

./vendor/bin/sail up

You can also use the -d option, to start the server in the background if you do not care about the logs or still want to use your terminal for other things.

Build frontend assets

./vendor/bin/sail npm watch

Run Tests

./vendor/bin/sail test