chat-gpt-api icon indicating copy to clipboard operation
chat-gpt-api copied to clipboard

fix: add dev script

Open mohamed-ahdidou-nw opened this issue 2 years ago • 0 comments

The video states that in order to run the project, we should type: npm run dev The script is missing in the package.json, this PR fixes that

Reproduction Steps : clone the project install the dependencies : npm i create a .env file and add the API TOKEN run the project : npm run dev you'll get an error

mohamed-ahdidou-nw avatar Jun 16 '23 13:06 mohamed-ahdidou-nw