- Source Code Repository
- UI - production
- UI - staging
- UI - development
- API - production
- CD Repository - production
- CD Repository - staging
- CD Repository - development
- OpenAI API Reference
Install nodejs v18+. Using nvm
is the best option.
Then run the setup.sh
./client/scripts/setup.sh
./client/scripts/build.sh
./client/scripts/run.sh
./client/scripts/unit-test.sh
./client/scripts/integration-test.sh
Create a .env file in the server root directory with the following contents:
SERVER_PORT=8080
OPENAI_API_KEY=<set this with the key you got>
Install nodejs v18+. Using nvm
is the best option.
Then run the setup.sh
./server/scripts/setup.sh
./server/scripts/build.sh
./server/scripts/run.sh
./server/scripts/unit-test.sh
./server/scripts/integration-test.sh