Move Frequently is a web application designed to help you fight sedentary work habits by delivering simple exercises to do at your desk every 45 minutes. Stay active and healthy while working! 🧘♀️ 🏃♂️
We welcome contributions to Move Frequently! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Setup the repository.
- Update gems: (
bundle
) - First time contributor? - Load the db (
bin/rails db:create db:setup
)
- Update gems: (
- Run the local server: (
bin/dev
) - Run the test suite to ensure everything is ok: (
bin/rails test:all
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to your branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Please make sure your PR:
- Includes tests for new functionality
- Updates documentation as needed
- Follows the existing code style
- Includes a clear description of the changes
Move Frequently is FOSS, made with ❤️ by Miguel, Daniel and a kind folk. Got ideas? Let us know!