Skip to content

Latest commit

History

History
31 lines (21 loc) 路 445 Bytes

readme.md

File metadata and controls

31 lines (21 loc) 路 445 Bytes

Lounge FM 馃嵏

Internet Radio

Features

  • ASCII Animations
  • Livestreaming audio
  • PWA

Dependencies

Development

# Install ffmpeg
brew install ffmpeg

# Install Node dependencies
yarn

# run dev server
yarn dev

# run prod server
yarn start