Skip to content

Commit f2016f1

Browse files
authored
docs: TT-399 Readme update how to use makefile
1 parent 32ee36f commit f2016f1

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

V2/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1-
# Azure Functions
1+
# time-tracker-api V2
22

33
Refer to [Serverless docs](https://serverless.com/framework/docs/providers/azure/guide/intro/) for more information.
4+
5+
## How to use makefile
6+
7+
Execute the next command to show makefile help:
8+
9+
```shell
10+
make help
11+
```
12+
13+
- To install the dependencies type the command ```make install```
14+
15+
- To test the project type the command ```make test```
16+
17+
- To run the local database type the command ```make start-local```

0 commit comments

Comments
 (0)