Listen to your favorite Surinamese radio stations from anywhere.
Space- Toggle play and stopLeft Arrow- Switch stationsRight Arrow- Switch stationsM- Open mini player
- Sass
4.x
- Node.js
>=14.x
Install Node.js dependencies
npm installRun the following two commands in parallel:
Gulp watches for file changes
npm run watchThe output will be in the dist folder.
Start the local development server
npm run serveOpen http://localhost:8000 in your browser.
Build the app for production
npm run buildThe output will be in the dist folder.
