You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Development
npm run serve # Start development server (localhost:3000)
bundle exec jekyll build # Manual Jekyll build
npm test# Full test suite (linting + build)# Asset management
npm run build # Production build with all assets
npm run clean # Clean compiled assets
npm run lint # Check JavaScript code quality# Testing
./test-multilingual.sh # Run comprehensive multilingual tests