Add yarn build to setup instructions
This commit is contained in:
parent
7124c292f3
commit
09735a6948
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ This application is built using the **MVC (Model-View-Controller)** design patte
|
||||||
npm install -g yarn
|
npm install -g yarn
|
||||||
4. **Install frontend dependencies**
|
4. **Install frontend dependencies**
|
||||||
```bash
|
```bash
|
||||||
yarn install
|
yarn install && yarn build
|
||||||
5. **Setup the server**:
|
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 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.
|
- If you're using Nginx, configure the server block to point to the public directory.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue