Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 868 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 868 Bytes

PANDeagle

PANDeagle -- visualizing and exploring PANDA results

This project is inspired by asidstory

Installation

Clone the repository

git clone git@github.com:panda-re/pandeagle.git
cd pandeagle

This project needs NPM to work, if not already installed:

sudo apt install npm

Use NPM to install dependency packages

npm install

Start the application (running on PORT 3000 on local machine) The database connected by the application is specified in config.json

npm start

Now access the application by going to http://localhost:3000 in the browser

Documentation

You can find the documentation at index.html

To re-generate the documentation in the doc folder, simply run jsdoc public/components/ -d doc after you clone this repo