Local Setup
Set up Scrap Web development environment locally
Prerequisites
Clone the Repository
git clone https://github.com/scrap-web/scrap-web
cd scrap-webEnvironment Setup
uv venv --python 3.11# Install all dependencies including dev packages
uv pip install . ."[dev]"Configuration
Development
Getting Help
Last updated