Skip to content

Commit 9be8303

Browse files
authored
Merge pull request #40 from ioet/docs
Documentation
2 parents dcf122b + 31f5d20 commit 9be8303

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
11
# Time Tracker Azure Functions
2+
3+
## Requirements
4+
5+
- NodeJS 12
6+
7+
## Considerations
8+
9+
The functions run in **Serverless Framework** and use **Windows** like OS.
10+
11+
## Install
12+
13+
Install Serverless
14+
15+
```bash
16+
npm install -g serverless
17+
```
18+
19+
Check Install
20+
21+
```bash
22+
serverless -v
23+
```
24+
25+
Install azure plugin
26+
27+
```bash
28+
serverless plugin install --name serverless-azure-functions
29+
```
30+
31+
32+
```bash
33+
serverless plugin install --name serverless-azure-functions
34+
```

nodejs-functions/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Azure Functions
2+
3+
Refer to [Serverless docs](https://serverless.com/framework/docs/providers/azure/guide/intro/) for more information.

0 commit comments

Comments
 (0)