Website for Geomind
  • TypeScript 59.1%
  • Rust 33.8%
  • CSS 5.8%
  • HTML 0.8%
  • JavaScript 0.4%
Find a file
Kristof f108da31a9
Some checks are pending
Deploy Website / build-and-deploy (push) Waiting to run
Add web_site_geomind Dioxus crate with offline build scripts
2026-06-15 15:10:48 +02:00
.forgejo/workflows Update .forgejo/workflows/deploy.yml 2026-02-05 14:16:07 +00:00
crates/web_site_geomind Add web_site_geomind Dioxus crate with offline build scripts 2026-06-15 15:10:48 +02:00
docs chore: Remove development_test_push branch and config 2025-12-18 13:45:21 +02:00
public update SEO icon3 2026-02-01 12:28:02 +02:00
src test tracking 2026-01-29 15:42:57 +02:00
.gitignore Add web_site_geomind Dioxus crate with offline build scripts 2026-06-15 15:10:48 +02:00
eslint.config.js init 2025-12-09 13:00:10 +00:00
index.html test at twitter 2026-02-01 12:44:17 +02:00
package-lock.json Add media kit with black and white logo variations 2026-01-16 00:42:53 +08:00
package.json blog page added 2026-01-13 15:07:07 +03: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