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