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 +};