README

This GitHub repo contains materils for my prompt engineering classes.

The website is:

https://dmccreary.github.io/prompt-class

How to Build

This site is built using:

  1. Markdown
  2. mkdocs
  3. The material mkdocs theme
  4. GitHub pages

To build you must install the mkdocs and mkdocs-material Python libraries and then run the following:

mkdocs gh-deploy

Conda Setup

Here is a sample conda setup for creating a Python virtual image:

conda create -n mkdocs python=3
conda activate mkdocs
pip install mkdocs mkdocs-material

License

All content is original and is licensed under the following license:

CC BY-NC-SA 4.0 DEED