Skip to content

buildafrica/soro-soke-radio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soro Soke Online

As Young Nigerians lend their voice to #EndPoliceBrutality @feyikewa launches an Online Radio to provide live updates about What's happening in the streets and protest grounds all over the country, in response to the #EndSARS Campaign.

This App is Progressive Web App, bootstrapped with NextJS Visit the Link to https://soro-soke-radio.vercel.app to Launch the PWA and add to your Home Screen. You can now access the Online Radio from your Mobile Device.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

Setup in Development

To setup this project on your local computer you need:

  • Git installed
  • NodeJS
  • npm or yarn installed, download yarn Yarn or npm

clone this repository with git

git clone https://github.com/wecodeafrica/soro-soke-radio.git
cd soro-soke-radio
npm install && npm run dev
# or
yarn install && yarn dev

Deploy it to the cloud with Vercel (Documentation).