Skip to content

The npx starter template for workshop

Notifications You must be signed in to change notification settings

StarPortal/create-js-workshop

Repository files navigation

create-workshop

The workshop template for StarPortal.

Usage

npm create @starportal/workshop@latest

Development

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