The workshop template for StarPortal.
npm create @starportal/workshop@latest
To start the development server, run the following command:
npx turbo dev
To build the project, run the following command:
npx turbo build
To test the project, switch to the temporary directory and run the following command:
npm exec --package=[path/to/package] create-workshop