Add yarn build to setup instructions

This commit is contained in:
Maarten 2024-11-26 08:52:44 +01:00
parent 7124c292f3
commit 09735a6948

View file

@ -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.