myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

commit b724619f018a23476be6ea095e8258ae8dea85bd
parent 706f8e12e6a2aa18f352ddba36762a433c9ee99a
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Wed, 18 Sep 2024 22:43:37 +0200

doc: npm run api

Diffstat:
MREADME.md | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -18,7 +18,10 @@ npm install export VITE_APP_SUPABASE_URL= export VITE_APP_SUPABASE_KEY= -# Start app for development +# Start authentication API backend +npm run api + +# Start app frontend npm run dev ```