A minimal, single-user chatbot interface that implements the classic ELIZA chatbot engine. To see a live demo, visit eliza.baresoil.cloud.
- Install the Baresoil CLI:
npm install baresoil -g
- Clone this repository.
- Start the Baresoil Development Environment in the root directory of the project:
baresoil dev
. - Open the following URL in a web browser: http://localhost:8086/ to see an autorefreshing preview of the project.
For documentation on Baresoil, see baresoil.org.