Skip to content

Commit

Permalink
docs: add instruction to run npm commands in the webapp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaslhjulstad authored Nov 12, 2024
1 parent 2d2ed16 commit 57c2b99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/manuals/developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Before you start, make sure the following tools are installed on your system:

Start by making a copy of the `.env.example` file and renaming it to `.env`. This file contains the environment variables that the application needs to run. You can change the values of the variables to match your environment.

Run the following command in the `webapp/`
Run the following command in the `/webapp`
folder to copy the `.env.example` file:

```bash
Expand All @@ -39,7 +39,8 @@ ln -s ../../scripts/pre-commit .git/hooks/pre-commit

## Usage

To run the project, you can use the following commands:
To run the project, you can use the following commands in the `/webapp`
folder:

```bash
npm install; npm run dev
Expand Down

0 comments on commit 57c2b99

Please sign in to comment.