Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 657 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 657 Bytes

FieldWorks Lite

Development

Prerequisites

  • dotnet sdk
  • node
  • Taskfile
    • windows: winget install Task.Task
    • linux: sudo snap install task --classic or other options on their website
    • mac: brew install go-task/tap/go-task
    • via npm: npm install -g @go-task/cli

Running the project

from repo root you will be able to develop the UI as well. From this folder it will just run the backend and use the most recent built of the frontend for the UI.

task local-web-app-for-develop