The open ransomware payment tracker
- Install development dependencies in
backend
by runningnpm install
.
-
Open
index.html
indocs
to test the frontend. -
Run
sls offline
to test the backend.
-
The frontend is a static website and can be deployed anywhere. It is currently set up to be deployed via GitHub Pages.
-
To deploy the backend, run
sls deploy