From 574d6438b2c69a344429602c2b9d23a349292e7c Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Thu, 7 Mar 2024 15:16:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Frontend=20README.md=20with=20pr?= =?UTF-8?q?eliminary=20setup=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tdrive/frontend/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tdrive/frontend/README.md diff --git a/tdrive/frontend/README.md b/tdrive/frontend/README.md new file mode 100644 index 00000000..46f9c88b --- /dev/null +++ b/tdrive/frontend/README.md @@ -0,0 +1,10 @@ +# Twake Drive web frontend code + +## Development setup + +- Install node.js +- `npm install --legacy-peer-deps` +- `cp src/app/environment/environment.ts.dist.dev src/app/environment/environment.ts` +- `npm run start` + +Needs a Twake Drive backend running and pointed to by that environment file.