https://github.com/torosent/presidio-demo-website
https://github.com/torosent/presidio-demo-website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/torosent/presidio-demo-website
- Owner: torosent
- License: mit
- Created: 2018-12-21T12:55:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T09:51:37.000Z (over 6 years ago)
- Last Synced: 2025-01-17T01:13:38.598Z (5 months ago)
- Language: CSS
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://dev.azure.com/csedevil/Presidio/_build/latest?definitionId=56?branchName=master)
# Presidio Demo Website
[Demo website](https://presidio-demo.westeurope.cloudapp.azure.com/) to display the capabilities of [presidio](https://github.com/Microsoft/presidio).
## Getting Started
### Run locally
```sh
$ npm install# Run dev environment
$ npm run start dev# Production: Build & serve
$ npm run build
$ serve -s build
```### Build and run with Docker
```sh
$ docker build -t presidio-demo .
$ docker run -p 5000:5000 presidio-demo
```---
Thank you [@morsh](https://github.com/morsh/) for the support and [starter kit](https://github.com/morsh/react-client-server-starter)