Website for Geomind
https://www.geomind.io
|
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 45s
|
||
|---|---|---|
| .forgejo/workflows | ||
| docs | ||
| public | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
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 |