Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 410 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 410 Bytes

TaskWeaver

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)