Website for Geomind https://www.geomind.io
  • TypeScript 94.4%
  • CSS 3.7%
  • HTML 1.2%
  • JavaScript 0.7%
Find a file
despiegk 4edc11b46b
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 34s
add mycelium style diagram to docs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 16:23:36 +02:00
.forgejo/workflows Update .forgejo/workflows/deploy.yml 2026-02-11 08:56:01 +00:00
docs add mycelium style diagram to docs 2026-05-16 16:23:36 +02:00
public optimize social and favicon images for smaller file size 2026-04-21 12:21:43 +03:00
src test tracking 2026-01-29 15:42:57 +02:00
.gitignore ci: Add CI/CD deployment workflow and documentation 2025-12-18 13:41:24 +02:00
.npmrc switch to pnpm and add CLAUDE.md dev guidelines 2026-05-13 13:28:39 +02:00
CLAUDE.md switch to pnpm and add CLAUDE.md dev guidelines 2026-05-13 13:28:39 +02:00
eslint.config.js init 2025-12-09 13:00:10 +00:00
index.html meta tag image updated 2026-04-21 11:33:55 +03:00
package-lock.json Add media kit with black and white logo variations 2026-01-16 00:42:53 +08:00
package.json switch to pnpm and add CLAUDE.md dev guidelines 2026-05-13 13:28:39 +02:00
pnpm-lock.yaml switch to pnpm and add CLAUDE.md dev guidelines 2026-05-13 13:28:39 +02:00
postcss.config.js init 2025-12-09 13:00:10 +00:00
README.md switch to pnpm and add CLAUDE.md dev guidelines 2026-05-13 13:28:39 +02: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
pnpm install

# Start development server
pnpm dev

Development

pnpm install     # Install dependencies
pnpm dev         # Start dev server at http://localhost:5173
pnpm build       # Build for production (outputs to dist/)
pnpm preview     # Preview production build
pnpm 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