Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 662 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 662 Bytes

ABOUT

This is a repository for the game documentation of the game "CodeCombat Wordls" by CodeCombat. The game is a multiplayer game that teaches programming to kids and adults. The game is available on the Roblox platform here.

Installation

Install Jupyter Book

You can install Jupyter Book via pip:

pip install -U jupyter-book

or via conda-forge:

conda install -c conda-forge jupyter-book

This will install everything you need to build a Jupyter Book locally.

Usage

TL;DR

jb clean ccwbook; jb build ccwbook ; open ccwbook/_build/html/index.html