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
Run your tests with Cypress.js
-
First, make sure that your project is running locally.
-
Once your local development is running & ready, open a new terminal, go to the project's root folder & run the command:
npm run cypress:open
If everything was done correctly, you'll get a popup window...make sure to click in application-testing.js
& cypress'll start running the tests.
Notes:
- For contributing all tests must passed before requesting a new
Pull Request
.
npm run lint
- Disable 'play' button if language audio is not available.
- Add theme selection to local storage.