This application let epilepsy patients track their episodes.
- Git
- Docker
- PHP 8.3
- MariaDB 11
- Mailpit (optional)
- Redis (optional)
Clone this repository. Example:
git clone git@github.com:FloKnapp/laravel-11.git
Run the following commands from the root directory of the application (this could take a while):
$> ./vendor/bin/sail up -d
$> ./vendor/bin/sail artisan migrate
Start the vite bundler and file watcher:
$> ./vendor/bin/sail npm run dev
$> ./vendor/bin/sail test