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.