# start dev container $ cd ~/workspace/mint $ ./docker/laravel/run.sh > cd /workspace/mint/api-v12 > npm install && npm run build # start a development server: http://localhost:8000 > composer run dev