/sketchdraw

Primary LanguageJavaScript

SketchDraw

sketchdraw

A simple hybrid (android/web) app that converts rough sketches into artworks

Built with React, bootstrap-react, and Replicate.com, AWS API Gateway, AWS Lambda Functions, vite, and Capacitor.

Installing

sudo apt update && sudo apt install android-sdk
npm install
npm i @capacitor/android
npx cap add android

Running web app

npm run start

Building web app

npm run build

Updating the mobile app

npx cap sync

Previewing the mobile app (on device or emulator)

npx cap run android

or

npx cap run android -- --verbose --sdk-info