Puriwise empowers you to make healthier outdoor decisions with real-time air quality insights and AI-driven personalized health tips.
Run the following commands:
npm install
npx prisma generateCreate a .env file and paste the following content:
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_APP_ID=
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=
NEXT_PUBLIC_OPENCAGE_API_KEY=
NEXT_PUBLIC_GOOGLE_AIR_QUALITY_API_KEY=
GEMINI_API_KEY=
DATABASE_URL=
Then run the development server
npm run devOpen http://localhost:3000 with your browser to see the result.