Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.15 KB

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