Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(package.json): add StackBlitz configuration for project setup
Added a `stackblitz` section in `package.json` to streamline the project setup process. This includes a `startCommand` to install dependencies and build the packages, along with setting the environment variable `PORT` to `3000`. This change facilitates easier collaboration and development on StackBlitz.