git clone https://github.com/Creative-Lid/lib-maui
Navigate to the project files and install MAUI.
npm ci
Now your are ready!.
npm run start-storybook
TS(7026)
This is happening because your Typescript IntelliSense is not working properly. Do either option.
1: Close / reopen your Visual Studio Code.
2: Press (Windows: ctrl + shift + p) or (Mac: cmd + shift + p) then search Typescript:Restart TS server hit enter.