A Next.js-based web application showcasing AI-powered geospatial insights.
- Node.js 18+
- npm 9+
-
Clone the repository to your local machine
-
Install dependencies:
npm install
Run the development server with:
npm run dev
The application will be available at http://localhost:3000 .
Build the application for production:
npm run build
After building, start the production server:
npm run start
src/app
- Next.js App Router pages and layoutssrc/components
- React componentspublic/
- Static assetsconvex/
- Convex backend functions
- Open the Deployments tab by clicking the "Deploy" button in the header
- Select "Autoscale" deployment type
- Configure the deployment:
- Build command:
npm run build
- Run command:
npm run start
- Build command:
- Click "Deploy" to publish your application
- Next.js 15
- React 19
- Tailwind CSS 4
- Convex for backend functions