## Project Setup
npm install @feedmepos/mf-connectTo get started with the project, run the following commands:
``sh`
pnpm install
`sh`
pnpm dev
`sh`
pnpm build
json
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
``