* #9 - set up inertia and tailwind * #9 - fix * #9 - headless ui, heroicons and some webpack stuff * #9 - fix * #9 - fix * #9 - fix * #9 - eslint * #9 - github pr review * #9 - run linter manually * Update resources/js/Pages/Dashboard.vue Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * #9 - fix * Update .eslintrc.js Co-authored-by: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com>
This commit is contained in:
14
README.md
14
README.md
@@ -27,14 +27,18 @@ HR software you love to hate
|
||||
|
||||
dcr php php artisan key:generate
|
||||
|
||||
- generate storage link
|
||||
|
||||
dcr php php artisan storage:link
|
||||
|
||||
- migrate and seed database
|
||||
|
||||
dcr php php artisan migrate --seed
|
||||
|
||||
- install npm packages
|
||||
|
||||
dcr node npm install
|
||||
|
||||
- build assets
|
||||
|
||||
dcr node npm run dev
|
||||
|
||||
## Available containers (local)
|
||||
- **php** - php and composer stuff
|
||||
- **node** - npm stuff
|
||||
@@ -52,6 +56,8 @@ If xDebug is installed, set environment variable **XDEBUG_MODE=off** to improve
|
||||
dcr php composer ecs
|
||||
dcr php php vendor/bin/ecs check --fix
|
||||
dcr php composer ecsf
|
||||
dcr node npm run lint
|
||||
dcr node rpm run lintf
|
||||
|
||||
## xDebug
|
||||
|
||||
|
||||
Reference in New Issue
Block a user