K-Scale Website This is the codebase for K-Scale's web infrastructure. Getting Started First, pull the repository and install the project: git clone https://github.com/kscalelabs/www.git cd www pip install -e '.[dev]' Next, start localstack: make start-localstack