- Step 1: Download Dependencies
- VS Code Download
- Github Code ()openai-startup-name-generatoralisolanki • Updated Apr 18, 2023
- Step 2: Get your OpenAI API Key
- Go over to https://openai.com/ in order to get your own API key
- Copy the .env.example file and rename it to .env and paste the API key there
- Run
npm install
in the terminal
- Step 3: Run and Deploy
- Run
npm run dev
in the terminal