Skip to content

PD-accrelight/Payload_Simulator

 
 

Repository files navigation

Install node.js

https://nodejs.org/

(In command prompt/powershell)

Installation

  1. Clone the repository:

    git clone https://github.com/59kills/Payload_Simulator.git
  2. Navigate into the project directory:

    cd Payload_Simulator
  3. Install dependencies:

    npm install

    (If running scripts is disabled) Then

    Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
  4. Run the app:

    npm start

    The app will be running at http://localhost:3000.

About

An interactive simulation of a Payload

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.6%
  • CSS 11.0%
  • HTML 7.0%
  • JavaScript 1.4%