node ./generate_test_data.js
csv2sql all laravel.mailing_lists -i ./test_data_100k.csv -o test_data_100k.sql mariadb-import laravel mailing_lists ./test_data_100k.sql
# if you haven't yet you must also migrate:
# php artisan migrate
php artisan serve
You should then be able to browse to http://localhost:8000/.
If you wish to make any changes to the Vue UI it’s recommended to run
npm run watch
to watch for changes and compile them.
FIXME: