Website Redesign for Ashton Gray - Modern real estate development website with Sanity CMS integration.
npm run buildComplete build including Sanity content export, Eleventy site generation, and Sanity Studio build.
npm run build:fastOptimized build for content updates. Intelligently skips admin rebuild when possible.
npm run build:localSimplified build for local development and testing.
- Manual trigger: For quick content updates
- 60-70% faster than full build
- Smart caching: Preserves admin build when unchanged
- Safe fallback: Auto-falls back to full build if needed
- Auto trigger: On push to main branch
- Full rebuild: For structural changes and production deployments
npm run devStarts both CMS and build development servers with hot reloading.
npm run dev:cms # Sanity Studio only
npm run dev:build # Eleventy site onlynpm run setupnpm run test:deployment/cms- Sanity Studio CMS/build- Eleventy static site generator/automation- Build automation scripts/_site- Generated website output
For detailed setup instructions, see SIMPLIFIED_SETUP.md