Select Git revision
README.md

Jonas Zohren authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 671 B
MP3 Experiment Player
WebApp to play an mp3 file in sync at a specific time
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.