From 09735a6948dec932d325214e9a1b3e6a08e26bad Mon Sep 17 00:00:00 2001 From: Maarten Date: Tue, 26 Nov 2024 08:52:44 +0100 Subject: [PATCH] Add yarn build to setup instructions --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f6c6efa..050fd8d 100644 --- a/readme.md +++ b/readme.md @@ -75,7 +75,7 @@ This application is built using the **MVC (Model-View-Controller)** design patte npm install -g yarn 4. **Install frontend dependencies** ```bash - yarn install + yarn install && yarn build 5. **Setup the server**: - If you're using Apache, ensure that mod_rewrite is enabled and the .htaccess file is properly configured. - If you're using Nginx, configure the server block to point to the public directory.