From 9e16bea43280e1e79dcafbbab47b88341ea9d653 Mon Sep 17 00:00:00 2001 From: pablo-maff Date: Fri, 20 Oct 2023 09:38:49 +0200 Subject: [PATCH] updated readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd98dbef..56e1fc6b 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# Patietnor frontend \ No newline at end of file +# Patientor frontend + +### Getting started + - To get the app running just install its dependencies with ```npm install``` and run it with ```npm run dev```. + - The app should work without a backend, but make sure that the request made to ```/api/ping``` made on startup is successful before continuing. \ No newline at end of file