Static Next.js site for kindMind Counseling.
- Static informational website
- No backend
- No database
- No PHI stored on the site
- External booking through SimplePractice
- External intake through a HIPAA-compliant provider
npm install
npm run devIn local development, open http://localhost:3000/.
npm run buildTo point the buttons at your live tools, set NEXT_PUBLIC_BOOKING_URL and NEXT_PUBLIC_INTAKE_URL before building.