Skip to content

Installation

NetSimWeb runs entirely in your browser - no installation required!

Using the Hosted Version

Simply visit NetSimWeb App to start using the simulator.

Running Locally

If you want to run NetSimWeb locally for development:

Prerequisites

  • Node.js 18+
  • npm or yarn

Steps

  1. Clone the repository:

    git clone https://github.com/yourusername/netsimweb.git
    cd netsimweb
    

  2. Install dependencies:

    npm install
    

  3. Start the development server:

    npm run dev
    

  4. Open http://localhost:3000 in your browser.

Building for Production

npm run build

The static output will be in the out/ directory.