Skip to content

CodeSolid/CodeSolid.com

Repository files navigation

CodeSolid.com

This is a draft of the new CodeSolid Web Site, currently hosted here.

This can be run as a codespace on GitHub, as a .devcontainer in VS Code (run using code .), or using a virtual environment, as follows:

python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install -r .devcontainer/packages.txt

To run or build the site locally, use ./scripts/serve or ./scripts/build, respectively.

Note that the site must be built to the doc directory before a push.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published