Popeye voice controls.
First, clone this git repository:
git clone git@github.com:popeye-js/popeye-js.github.io.git
Then, install the Node dependencies:
npm install
npm run ssl
To start the local development server:
npm start
To deploy the static pages to production:
npm run deploy