Ripple is a mobile application built with Nuxt 3 and Tauri, designed to help you manage your fitness goals effectively. For the initial version, it will be only developed for Android.
Before you begin, ensure you have met the Tauri requirements.
To set up the project for development:
# Clone the repository
git clone https://github.com/grmnn/ripple.git
cd ripple
# Install dependencies using pnpm
pnpm i
# Run the Android development emulator
pnpm tauri android dev