Learn_Prompting
1.0.0
https://learnprompting.org
通过学习提示,及时工程,生成AI和LLM指南|加入我们的不和谐,参加最大的及时工程学习社区
我们欢迎任何形式的捐款。
我们正在积极寻找:
首先,安装git和节点。
确保您使用的是节点18.0.0或更高( node -v )。然后,在终端运行以下命令:
# 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
如果您发现与节点版本有关的错误,则可能正在使用旧版本的节点。
确保与任何较旧版本相比,较新版本在路径中显示得更高。
另外,您可以使用NVM安装最新版本的节点。安装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启动本地开发服务器,并打开浏览器窗口。大多数更改无需重新启动服务器即可反映。
在此存储库中使用提供的GitHub引用:
@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}
}