Skip to content

Based on https://gitlab.com/emulation-as-a-service/demo-ui/ with modifications to enable device passthrough for QEMU-based emulators

Notifications You must be signed in to change notification settings

iimcz/eaas-demo-ui

Repository files navigation

Playwright tests

Quick start

  1. Create config.json from config.json.template

$PROJECTDIR$/src/public/config.json

  1. Retrieve dependencies
npm install
  1. Start server (for dev only)
npm start
  1. Build distribution (production)

npm run build

Code will be in dist directory

Important things to consider

  1. You may want to change the port for web server (step 2) in webpack.config.js
  2. You could change PRODUCTION_BASE_PATH in webpack.config.js
  3. If you want to add additional library, change package.json

About

Based on https://gitlab.com/emulation-as-a-service/demo-ui/ with modifications to enable device passthrough for QEMU-based emulators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published