Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 386 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 386 Bytes

Web 🌐

  • Install the dependencies:

    npm i
  • Edit the web/styles/override.module.css file that gets injected into the page to add additional styles that override the original platform styling.

  • Build the web module:

    npm run build
  • See the build script for a fully automated build & bundling workflow.