Stay informed about the weather with our user-friendly web app that provides real-time forecasts and alerts for your location.
SplitMate is available for website platforms. To install and run the webapp with Vite, follow these steps:
- Clone the repository
git clone https://github.com/your-username/split-mate.git cd split-mate
- Install dependencies
npm install
- Run the project
npm run dev
- Build the project
npm run build
Open the local server URL shown in your terminal (usually http://localhost:5173) to view the webapp.
Please note that WeatherNow requires an active internet connection to function properly.
We welcome contributions from the community! If you have any ideas for new features, bug fixes, or improvements, please submit a pull request. Make sure to adhere to our code style and follow best practices.
To contribute to WeatherNow, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your modifications and commit your changes.
- Push your branch to your forked repository.
- Submit a pull request with a clear description of your changes.
Please ensure that you include tests and update the documentation as needed.
WeatherNow is released under the MIT License. Feel free to use, modify, and distribute the app according to the terms of this license.