Skip to content

adesanyaaa/Learn_Prompting

 
 

Repository files navigation

Learn Prompting

Twitter Website

https://learnprompting.org

This website is a free, open-source guide on prompt engineering. Contributions are welcome! Harsh criticism is welcome too!

Contribution Guidelines

We welcome contributions in any form.

We are actively looking for:

  • content suggestions
  • content/art contributions
  • typos :)

Local Development

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.

Cite

@misc{schulhoff2022learnprompting,
    title={Learn Prompting},
    author={Sander Schulhoff and Community Contributors},
    url={https://learnprompting.org}
    year={2022},
    month={Dec},
    day={1}
}

Releases

No releases published

Packages

No packages published

Languages

  • TeX 76.3%
  • JavaScript 21.1%
  • CSS 2.6%