Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Development hardware

    Scheduled Pinned Locked Moved Unsolved
    Firmware developers
    2
    2
    180
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • aleohlundefined
      aleohl
      last edited by

      Hello,

      Is it possible to have a local development environment for DWC without an actual Duet 3 card?
      I can't seem to find any information on Github nor the wiki.

      gtj0undefined 1 Reply Last reply Reply Quote 0
      • gtj0undefined
        gtj0 @aleohl
        last edited by gtj0

        @aleohl Yes...

        # Run 'npm install' to get all the dependencies
        $ npm install
        <lots of install output>
        # Run 'npm run serve' to build the app and start a web server
        $ npm run serve
        <lots of build output>
         DONE  Compiled successfully in 34357ms                                                             9:08:24 AM
        
        
          App running at:
          - Local:   http://localhost:8080/ 
          - Network: http://192.168.147.245:8080/
        
          Note that the development build is not optimized.
          To create a production build, run npm run build.
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA