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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c414863 · Dec 17, 2024
Oct 31, 2023
Dec 17, 2024
Dec 17, 2024
Dec 17, 2024
Jul 28, 2023
Sep 14, 2023
Sep 14, 2023
Nov 6, 2021
Nov 25, 2022
Mar 29, 2019
Nov 8, 2021
Sep 5, 2022
Sep 16, 2023
Apr 14, 2023
Sep 14, 2023
Apr 14, 2023
Apr 14, 2023
Feb 20, 2020
Jun 16, 2023

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