Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 480 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 480 Bytes

ccc-server-next

next generation of cautious-computing-context

Environment

Config is managed with mise

Install

brew install mise
echo 'eval "$(mise activate zsh)"' >> ~/.zshrc
source ~/.zshrc
mise trust

Build and run

mise use -g rust
mise run build
mise run start

Bonappetit: You'll need to have authorization setup to get bonappetit requests working. Copy .env.sample to .env and set the token to get this working.