Files
workavia-drive/tdrive/frontend
tibormichel1 b8baf9a55c Move upload buttons from "Create" button context menu to "Upload" button context menu (#281)
* moved upload file, dir buttons to another menu Signed-Off by: Tibor Michel  <tibor.michel1@gmail.com>
Co-authored-by: Tibor Michel <tibor.michel1@gmail.com>
Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
2024-04-02 10:04:22 +02:00
..
2023-04-11 10:04:29 +01:00
2023-04-11 10:04:29 +01:00
2024-03-26 09:04:36 +01:00
2023-04-11 10:04:29 +01:00
2023-04-11 10:04:29 +01:00
2023-04-11 10:04:29 +01:00
2023-04-11 10:04:29 +01:00
2023-04-11 10:04:29 +01:00
2023-04-11 10:04:29 +01:00
2023-04-11 10:04:29 +01:00
2023-04-11 10:04:29 +01:00
2023-04-11 10:04:29 +01:00
2023-04-11 10:04:29 +01:00
2023-04-11 10:04:29 +01:00
2023-04-11 10:04:29 +01:00

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.