This is a web application where you can play several radio stations from all over the world.
Built with Next.js and TypeScript.
Deployed on CloudFlare as a Static Page.
Visit here.
# install dependencies
yarn
# run development server
yarn dev
# build production version
yarn build
# start production server
yarn start
# run code quality tools
yarn lint