Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 886 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 886 Bytes

screencrash-components

Deprecated: The code now lives in the Screencrash repo

Repository for the loose components (media, audio, robot etc.) of Screencrash (also known as Skärmkrock)

Running components

You can use make to run individual (or all) components. See table below.

Command Result
make -j2 dev Run all components (audio, media) in parallell. Log output will be to the same terminal.
make dev_media Run media component in develop mode (refresh on file changes)
make dev_audio Run audio component in develop mode (refresh on file changes)