Try Bionic with Docker Compose
This version of Bionic has all the functionality of Bionic but is not recommended for production use cases. Only this this method of install for Proofs of Concept.
Prerequisites
The easiest way to get running with Bionic is with our docker-compose.yml file. You'll need Docker installed on your machine.
OSX and Linux
curl -O https://raw.githubusercontent.com/bionic-gpt/bionic-gpt/3381eb64b09ff123ac1a10502c46e40a8f8f780c/infra-as-code/docker-compose.yml
Windows
Invoke-WebRequest -Uri https://raw.githubusercontent.com/bionic-gpt/bionic-gpt/3381eb64b09ff123ac1a10502c46e40a8f8f780c/infra-as-code/docker-compose.yml -OutFile docker-compose.yml
And run
docker-compose up
You can then access the front end from http://localhost:3000.
Screenshot
