Skip to content

chr-hertel/code-prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Prompt

Rough prototype of a slim UI to work with GPT on a code snippet.

Screenshot

Requirements

  • Git
  • Node
  • NPM
  • PHP
  • Symfony CLI

Setup

To run this tool locally you can run:

git clone git@github.com:chr-hertel/code-prompt.git
cd code-prompt/api
composer install
symfony serve -d
cd ../ui
npm install
ng serve --open

Add file api/.env.local and paste OpenAI token:

OPENAI_API_KEY=sk-...

About

Rough prototype of a slim UI to work with GPT on a code snippet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published