Website for Geomind https://www.geomind.io
Find a file
mahmoud dfafa0a037
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 45s
Update README.md
2025-12-18 11:53:31 +00:00
.forgejo/workflows chore: Remove development_test_push branch and config 2025-12-18 13:45:21 +02:00
docs chore: Remove development_test_push branch and config 2025-12-18 13:45:21 +02:00
public init 2025-12-09 13:00:10 +00:00
src init 2025-12-09 13:00:10 +00:00
.gitignore ci: Add CI/CD deployment workflow and documentation 2025-12-18 13:41:24 +02:00
eslint.config.js init 2025-12-09 13:00:10 +00:00
index.html init 2025-12-09 13:00:10 +00:00
package-lock.json init 2025-12-09 13:00:10 +00:00
package.json init 2025-12-09 13:00:10 +00:00
pnpm-lock.yaml init 2025-12-09 13:00:10 +00:00
postcss.config.js init 2025-12-09 13:00:10 +00:00
README.md Update README.md 2025-12-18 11:53:31 +00:00
tailwind.config.js init 2025-12-09 13:00:10 +00:00
tsconfig.app.json init 2025-12-09 13:00:10 +00:00
tsconfig.json init 2025-12-09 13:00:10 +00:00
tsconfig.node.json init 2025-12-09 13:00:10 +00:00
vite.config.ts init 2025-12-09 13:00:10 +00:00

Geomind Website

Official website for Geomind - AI-powered geospatial intelligence platform.

Built with Vite, React, TypeScript, and Tailwind CSS.

Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

Development

npm install      # Install dependencies
npm run dev      # Start dev server at http://localhost:5173
npm run build    # Build for production (outputs to dist/)
npm run preview  # Preview production build
npm run lint     # Run ESLint

Deployment

Automated CI/CD deploys on push to configured branches. See docs/DEPLOYMENT.md for details.

Branch Domain
master www.geomind.io
development www2.geomind.io