This code repository hosted at https://github.com/CosmicDNA/touchscreen-stenography-keyboard
The aim of this project is to render with React Three Fiber a usefull stenography touchscreen keyboard.
The application was deployed to Netlify and is available at:
https://touch-stenography-keyboard.netlify.app/
Tip
Install plover-enginer-server with the following command from within Plover's installation directory:
./plover_console -s plover_plugins install git+https://github.com/CosmicDNA/plover_websocket_server.git
The following image shows the default configuration for the application. If you have created a custom plover_engine_server_config.json
, make sure it is matching the configuration within this app.
App configuration window
In the following video, it is being typed upon:
This is an example of machine shorthand from a steno keyboard with paper.
v4.mp4
Usage example for typing
How to start the server in production mode
In your terminal run:
yarn && yarn dev
yarn build
yarn global add serve
NODENV=production && serve -s build