langapp How to setup dev environment? Prerequisites NodeJS NPM@16 To install node-server cd node-server cp .env.example .env Add openai api key to the env file npm install npm start To install react-client cd react-client npm install npm start