From eb5a7dfc05f99ef1a386fd4d80b14901956ed10a Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Tue, 11 Jan 2022 10:48:15 +0100 Subject: [PATCH] #9 - fix --- README.md | 4 ++++ resources/views/app.blade.php | 2 +- tailwind.config.js | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f068b7d..72a709f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ HR software you love to hate dcr php php artisan migrate --seed +- install npm packages + + dcr node npm install + - build assets dcr node npm run dev diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index 2e48b9b..90d965c 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -11,4 +11,4 @@ @inertia - \ No newline at end of file + diff --git a/tailwind.config.js b/tailwind.config.js index ad20079..40210da 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -16,4 +16,4 @@ module.exports = { require('@tailwindcss/typography'), require('@tailwindcss/line-clamp') ], -}; \ No newline at end of file +};