Core library in use
- three.js
- framer-motion
- react-color
- valtio
- tailwindCSS
- express
- openai
- Install client with yarn
cd client
yarn install
- Install server with yarn
cd server
yarn install
- Prepare env file for server
# .env
OPENAI_API_KEY=[your key]
- Start server
yarn start
Special thanks to @javascriptmastery !!