A Next.js-based counseling center management system.
- Docker Desktop for Mac
- Docker Compose
- Build and start all services:
# Build the Docker images
docker compose build
# Start the services in detached mode
docker compose up -d
# Main application: http://localhost:3000
# Storybook: http://localhost:6006- Node.js 18.x or higher
- npm 9.x or higher
npm installnpm installpnpm installnpm run devyarn devpnpm devafter that open (URL_ADDRESS://localhost:3000) with your browser to see the result.
npm run storybookyarn storybookpnpm storybookafter that open (URL_ADDRESS://localhost:6006) with your browser to see the result.