Skip to content

kscalelabs/www

Repository files navigation

License Discord Wiki
python black ruff
CI Checks (Linting and Tests)

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