Framework Scaffold
Truth J Blue Next.js Workspace
Next.js and Tailwind are now installed for future framework development. Your live production site still deploys from the static site/ directory.
- Run
npm run devto start local Next development. - Run
npm run buildto verify production framework builds. - Static launch site remains at
site/and is unaffected.
Continue building in this app while keeping the existing GitHub Pages deployment stable.