Build distributed systems from scratch.
This repository contains the documentation, challenge definitions, and guides that power littleclusters.com.
content/
├── challenges/
│ └── kv-store/ # KV store challenge stages
├── guides/ # Getting started guides
└── ...
Found a typo? Want to improve a challenge description?
- Fork this repository
- Make your changes
- Submit a pull request
For major changes or new challenges, please open an issue first to discuss.
This site is built with Hugo. To run locally:
$ git clone https://github.com/littleclusters/docs.git
$ cd docs
$ git submodule update --init
$ hugo server -DVisit http://localhost:1313 to preview.