npm install -g beecoder- Start server.
beecoder startOr run in the background process: beecoder start &
-
Enter Ollama under Provider Dropdown and select desired models.
Create a token: enter.pollinations.ai. Then create a file named .beecoder in your home directory and paste your token into it.
cd $HOME
echo "TOKEN" > .beecoder# install dev dependencies.
npm install
# start server
npm start
# test cli
npm run build
npm link
beecoder -v
