Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

README.md

  • Jonas Zohren's avatar
    Jonas Zohren authored
    0c5b3e94
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    MP3 Experiment Player

    WebApp to play an mp3 file in sync at a specific time

    Screenshot of WebApp

    Developing

    You'll need at least Node 16 installed on your computer.

    # Install pnpm if you don't have it already:
    corepack enable
    corepack prepare pnpm@latest --activate
    
    # Clone this repo:
    git clone git@gitlab.fachschaften.org:jfowl/mp3-experiment-player.git
    cd mp3-experiment-player
    
    # Install dependencies:
    pnpm install
    
    # Run dev server
    pnpm run dev

    Building

    To create a production version:

    pnpm  build

    The output lives in the public/ directory.

    License

    This project is licensed under the MIT License.