Development hardware
-
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. -
@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.