Skip to content

BeanstalkFarms/Rooster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rooster logo

Rooster

Discord

Rooster URL: rooster.bean.money

Environment

Make sure there is a .env file in server directory

OPENAI_API_KEY=xyz

Running server locally

cd server
pip3 install -r requirements.txt
export OPENAI_API_KEY=xyz
waitress-serve --host=0.0.0.0 --port=5001 --call index:create_app

Running client locally

cd client
npm start