Mobile app designed to streamline the journey of your first tattoo, and be there like a friend throughout it.
Built using the wonderful Flutter.
# Go to your favourite directory and clone
git clone git@github.com:inkstep/inkstep-app.git inkstep/app
git clone git@github.com:inkstep/backend.git inkstep/backend
# Setup backend
cd backend
# Run using flutter
cd ../inkstep
flutter run -t lib/main_dev.dart
flutter run -t lib/main_dev.dart # Run development build
flutter run -t lib/main_prod.dart # Run production build
flutter build apk -t lib/main_prod.dart