General
PromptBeginner5 minmarkdown
Untitled Skill
193
Main instructions and any bundled files for this skill.
version: 2
mkdocs: configuration: mkdocs.yml
build: os: ubuntu-22.04 tools: python: "3.12" commands: - pip install uv - uv pip install --system -e "." --group docs - if [ -n "$GH_TOKEN" ]; then pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git; fi - mkdocs build --site-dir $READTHEDOCS_OUTPUT/html
TypeScript 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