torosent / presidio-demo-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Presidio Demo Website

Demo website to display the capabilities of presidio.

Getting Started

Run locally

$ npm install

# Run dev environment
$ npm run start dev

# Production: Build & serve
$ npm run build
$ serve -s build

Build and run with Docker

$ docker build -t presidio-demo .
$ docker run -p 5000:5000 presidio-demo

Thank you @morsh for the support and starter kit

About

License:MIT License


Languages

Language:CSS 75.6%Language:TypeScript 21.8%Language:HTML 1.3%Language:JavaScript 1.1%Language:Dockerfile 0.2%