This website is a free, open-source guide on prompt engineering. Contributions are welcome! Harsh criticism is welcome too!
We welcome contributions in any form.
We are actively looking for:
- content suggestions
- content/art contributions
- typos :)
A bit of complexity is needed due to Docusaurus lacking ES6 module support
$ npm i
$ brew install nvm
$ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
$ nvm install-latest-npm
$ npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
@misc{schulhoff2022learnprompting,
title={Learn Prompting},
author={Sander Schulhoff and Community Contributors},
url={https://learnprompting.org}
year={2022},
month={Dec},
day={1}
}