hackathon-starter
hackathon-starter copied to clipboard
Fix: Make the prepare script cross-platform using cross-env
This PR updates the prepare script in package.json to make it cross-platform using the cross-env package. This ensures the script runs properly on both Windows and Unix-based systems.
- Installed
cross-envas a dev dependency. - Updated the prepare script to work across different environments.