This is a Next.js project of geospatial data management system
First, run install (node 20)
npm install
Second, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Third, push to main branch to automatically deploy changes to (Vercel)
git add .
git commit -m 'commit message'
git push origin main
Open https://next-geocms.vercel.app/ with your browser to see the result.