https://nodejs.org/(In command prompt/powershell)
-
Clone the repository:
git clone https://github.com/59kills/Payload_Simulator.git
-
Navigate into the project directory:
cd Payload_Simulator -
Install dependencies:
npm install
(If running scripts is disabled) Then
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
-
Run the app:
npm start
The app will be running at http://localhost:3000.