Getting Started
Installation
Install CookieFarm server and client for competition use.
Installation
Server
Automatic method
bash -c "$(curl -sSL cookiefarm.bytethecookies.org/install.sh)"Manual method
git clone https://github.com/ByteTheCookies/CookieFarm.git
cd CookieFarm/cookiefarmConfigure .env and config.yml, then start:
docker compose up -dClient
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install cookiefarmVerify:
ckc --versionHow is this guide?