Skip to content

Latest commit

History

249 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

@blumilksoftware/website

About application

Blumilk official website.

Local development

cp .env.example .env
make init
make dev

Application will be running under localhost:34620 and http://website.blumilk.localhost/ in Blumilk traefik environment. If you don't have a Blumilk traefik environment set up yet, follow the instructions from this repository.

Commands

Before running any of the commands below, you must run shell:

make shell
CommandTask
composer <command>Composer
composer testRuns backend tests
composer analyseRuns Larastan analyse for backend files
composer csLints backend files
composer csfLints and fixes backend files
php artisan <command>Artisan commands
npm run devCompiles and hot-reloads for development
npm run buildCompiles and minifies for production
npm run lintLints frontend files
npm run lintfLints and fixes frontend files
npm run tscRuns TypeScript checker

Containers

servicecontainer namedefault host port
appwebsite-app-dev34620
databasewebsite-db-dev34621
rediswebsite-redis-dev34623
mailpitwebsite-mailpit-dev34622

Contributors

Languages