Skip to content

skyfion/gtab-rn

Repository files navigation

GPAD

A small app for storing song lyrics with chords.

Used by

####libs

How to start (for dev)

# run metro
npx react-native start
# run android
npx react-native run-android
# run cljs
clj -M -m krell.main -co build.edn -c -r

or from babashka

bb dev

Production build

Just add -O advanced to the usual build command:

# cljs compile
clj -M -m krell.main -v -co build.edn -O advanced -c
# react native compile example
react-native run-android --variant=release

And re-run your app. If you see a weird message about npm_deps.js you may need to restart Metro.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published