Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 437 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 437 Bytes

ransomwhere

The open ransomware payment tracker

Setup

  1. Install development dependencies in backend by running npm install.

Development

  1. Open index.html in docs to test the frontend.

  2. Run sls offline to test the backend.

Deployment

  1. The frontend is a static website and can be deployed anywhere. It is currently set up to be deployed via GitHub Pages.

  2. To deploy the backend, run sls deploy