oav-express/README.md

21 строка
844 B
Markdown

# oav-express web service
### Requirements
- **node version > 6.x**
You can install the latest stable release of node.js from [here](https://nodejs.org/en/download/). For a machine with a linux flavored OS, please follow the node.js installation instructions over [here](https://nodejs.org/en/download/package-manager/)
### How to run the tool
- After cloning the repo execute following steps from your terminal/cmd prompt
```
cd oav-express
npm install
npm start
```
# Contributing
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.