Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 654 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 654 Bytes

apisnoop.cncf.io

This is the APISnoop web app, displayed at apisnoop.cncf.io.

It pulls in json generated by our Snoop Postgres DB to display the testing coverage for kubernetes.

The app is written in Svelte, using Sapper to help build the routes.

Installing for local development

Clone down and enter the repo:

git clone https://github.com/zachmandeville/snoopApp.git
cd snoopApp

install dependencies and start up dev server

npm install
npm run dev

The site will abe visitable at localhost:3000