Follow this steps:
- To download the repo:
git clone git@github.com:TalkingJupiter/AI_Interactive_Practice_LAB.git - Create env file:
cd ai-pracice-laband create a new file called.env.local - Paste the env variables thats mentioned in Teams Chat
- To setup and download the reqs use
- For macs:
cd ..(go the the root where the .sh file lives)chmod +x dev_up_mac.sh./dev_up_mac.sh- The env is ready to use if you see this in terminal:
▲ Next.js 16.1.6 (Turbopack) - Local: http://localhost:3000 - Network: http://192.168.50.36:3000 - Environments: .env.local- For win:
cd ..(go the the root where the .ps1 file lives)- In powershell use:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass - run the file:
.\dev_up.ps1