Skip to content

Commit

Permalink
Added backend build steps to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexman768 authored Oct 21, 2024
1 parent a3fff38 commit 4c284d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,17 @@ cd src/main/frontend
npm install
npm run dev
```

___

## Running the backend
To build and run the backend, either of the following steps can be followed:

### Intellij Build Steps
Click the green arrow in Intellij and the project should build

### Manual Build Steps
```bash
cd F24_Avengers/
mvn clean install
```

0 comments on commit 4c284d9

Please sign in to comment.