workspace-setup
Installation
SKILL.md
Workspace Setup
Set up a consistent development environment.
Common Setups
Node.js
npm install
npm run dev
Python
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Set up a consistent development environment.
npm install
npm run dev
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt