Skip to content

Prompt Engineering, Generative AI, and LLM Guide by Learn Prompting | Join our discord for the largest Prompt Engineering learning community

License

Notifications You must be signed in to change notification settings

trigaten/Learn_Prompting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d4ff2c · Nov 14, 2023
Mar 2, 2023
Jul 20, 2023
Aug 5, 2023
Aug 15, 2023
Nov 14, 2023
Aug 5, 2023
Aug 10, 2023
Aug 15, 2023
Jul 4, 2023
Dec 9, 2022
Jan 28, 2023
Dec 1, 2022
Feb 16, 2023
Jul 19, 2023
Jul 19, 2023
Aug 5, 2023
Jul 20, 2023
Aug 13, 2023
Aug 5, 2023
Aug 10, 2023
Aug 10, 2023
Oct 27, 2022
Apr 30, 2023

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
  • translation
  • content/art contributions
  • typos :)

Local Development

First, install git and node.

Make sure you are using Node 18.0.0 or higher (node -v). Then, run the following commands in a terminal:

# download the website code with git
git clone https://github.com/trigaten/Learn_Prompting.git
# enter the project directory
cd Learn_Prompting
# install node modules
npm i
# run the website locally
npm start

If you get an error related to the node version, you probably are using an older version of node.

Make sure the newer version appears higher in your path than any older versions.

Alternatively, you can use nvm to install the latest version of node. Install nvm, then do the following:

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 starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Thanks to all contributors ❤

Cite

Use the provided GitHub citation in this repository:

@software{Schulhoff_Learn_Prompting_2022,
 author = {Schulhoff, Sander and Community Contributors},
 month = dec,
 title = {{Learn Prompting}},
 url = {https://github.com/trigaten/Learn_Prompting},
 year = {2022}
}