General
PromptBeginner5 minmarkdown
Untitled Skill
193
- When changes are made to files that have a copyright notice add them to that subdirectory's CHANGELOG.md file.
Loading actions...
Main instructions and any bundled files for this skill.
./setup.shdocker build . -t computer-use-demo:localdocker run -e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY -v $(pwd)/computer_use_demo:/home/computeruse/computer_use_demo/ -v $HOME/.anthropic:/home/computeruse/.anthropic -p 5900:5900 -p 8501:8501 -p 6080:6080 -p 8080:8080 -it computer-use-demo:localruff check .ruff format .pyrightpytestpytest tests/path_to_test.py::test_name -vnpm installnpm run dev (full UI)npm run dev:left (left sidebar), npm run dev:right (right sidebar), npm run dev:chat (chat only)npm run lintnpm run build (full UI), see package.json for variantsnpm installnpm run devnpm run lintnpm run buildTypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks