Check the demo here
=================
Make sure to have all these dependencies installed in your local machine:
- Go to the project's root folder & run the following command:
npm install
- After all modules are installed, run the command:
npm run serve
It will open a developer environment local server in http://localhost:8080/
- Once it is ready for production, run the command:
npm run build
npm run test
npm run lint
- Disable 'play' button if language audio is not available.
- Add theme selection to local storage.