Check the verison of node using the command:
node -v
The version of the node should be greater than v18. If not, please install the latest version.
Navigate into the taskweaver directory and run npm install:
npm install
To run the app, run the following command:
yarn dev
The app will be available on a localhost (something similar to https://localhost:3000)