[email protected]:RikuKukkaniemi/speed-typer-frontend.git
After cloning the project
- Create
.env
file - Copy
.env.example
content to.env
file - Start project using sail: https://laravel.com/docs/8.x/sail or
composer install
npm install
npm run watch
php artisan serve
docker build tag speed-typer-frontend:{VERSION.NUMBER} .
When commit is pushed to main
branch the application is automatically deployed to Heroku