- Node.js (recommended version 18+)
- npm
- Backend repository: aibtcdev-backend
git clone https://github.com/aibtcdev/aibtcdev-frontend.git
cd aibtcdev-frontend
Create a .env.local
file in the project root and add the following variables:
NEXT_PUBLIC_SUPABASE_URL=https://addyourown.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=add_your_anon_key
HIRO_API_KEY=hiro_api_key
NEXT_PUBLIC_API_URL=http://127.0.0.1:8000
NEXT_PUBLIC_SITE_URL=http://127.0.0.1:3000
SENTRY_AUTH_TOKEN="sntrys_add_your_own"
npm install
Clone and set up the backend repository:
git clone https://github.com/aibtcdev/aibtcdev-backend.git
cd aibtcdev-backend
# Follow backend setup instructions
npm run dev
Open http://localhost:3000 with your browser to see the result.