- Step1: Install dependencies and set up the environment using Node.js and npm.
- Step2: Run the server in development mode with `npm run dev` or build for production.
- Step3: Use MCP tools like createProject, addTask, listTasks, showTask, etc., via API calls or integration.
- Step4: Manage tasks by creating projects, adding tasks, updating statuses, and exporting/importing data as needed.
- Step5: Review logs and ensure data is stored in the default SQLite database (`./data/taskmanager.db`).