Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

voicebase/voicebase-end-user-experience

Repository files navigation

voicebase-player-v2

The react-based version of the VoiceBase Player

Requirements

  • node >=5.0.0
  • npm ^3.0.0

Development

Install

npm install

Start the application in dev mode with hot-module-replacement

npm start

Build for production

npm run build

Run tests

npm run test