Vanilla is a simple chatbot that can role-play as a cute cat.
1 . Clone the repository and install the dependencies
git clone <repository>
cd <repository>
npm install
2 . Refer to the .env-example
file and create a .env
file with the required environment variables
3 . deploy the required resources to your AWS account
sls deploy
4 . Serve the application
npm run start