Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (21 loc) · 843 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 843 Bytes

Note Taking App

ThreatConnect spaces apps for taking notes.

Demo of note taking app

Getting Started

To get started, the code for the app is in the src/ folder. To setup your environment for testing, run:

make setup

Build App For Release

make pack

This will package the app as target/TCS_-_Note_Taker.tcx.

Build App in Development Mode (does not minify or uglify code, so it can be debugged in browser)

make pack-dev

Deploy

In the ThreatConnect UI install the App (the .tcx file) created in the Build App for Release section.

Credits

This package was created with Cookiecutter and Floyd Hightower's Spaces App Template.