Skip to content

Commit

Permalink
Merge pull request #7 from BITSapienza/federico-rosatelli-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
federico-rosatelli committed Jun 12, 2023
2 parents 3de48c6 + d9ff4b3 commit 7394f31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@

## How to build
To run backend open terminal and write:
```shell
go build ./cmd/webapi/
```
```shell
go build ./cmd/webapi/
```
Launch the backend only using (development mode):
```shell
go run ./cmd/webapi/
```
```shell
go run ./cmd/webapi/
```

## Node/NPM vendoring
This repository contains the `webui/node_modules` directory with all dependencies for Vue.JS. You should commit the content of that directory and both `package.json` and `package-lock.json`.
Expand Down

0 comments on commit 7394f31

Please sign in to comment.