nathanjmcdougall / web

When of Python Catalogue Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The When of Python

This repository contains the primary web content for the When of Python project:

Usage

  • Install Poetry
  • Check poetry runs; if not, you might need to add ~/.local/bin to your BASH path e.g. put this line in \~/.bashrc: export PATH=~/.local/bin:$PATH
  • cd into this directory
  • Run git submodule update --init
  • Check READMEs and Makefiles in subdirectories for instructions on setting up subprojects
  • Use make preview to preview the content at localhost:3333
  • Use make github to deploy all content to GitHub pages

About

When of Python Catalogue Website


Languages

Language:CSS 86.6%Language:HTML 7.6%Language:Python 2.9%Language:JavaScript 1.7%Language:Makefile 1.1%