Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.84 KB

README.md

File metadata and controls

66 lines (43 loc) · 1.84 KB

Inkstep Icon

Inkstep

With you every step of the way.

CircleCI Stars Last Commit GitHub issues GitHub pull requests

Mobile app designed to streamline the journey of your first tattoo, and be there like a friend throughout it.

https://docs.google.com/presentation/d/1opLx9JsFNvtbFvzewIrgcovOuTjsMMMpG0Z0BGvckRA/edit#slide=id.g584679832c_0_269

🔧 Technology

Built using the wonderful Flutter.

⚙️ Installation

Prerequistes

  1. Flutter
  2. Android Studio
# Go to your favourite directory and clone
git clone [email protected]:inkstep/inkstep-app.git inkstep/app
git clone [email protected]:inkstep/backend.git inkstep/backend

# Setup backend
cd backend

# Run using flutter
cd ../inkstep
flutter run -t lib/main_dev.dart

🚀 Running the code locally

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

👋 Contributing