Important
This template is structured as a monorepo, which makes it easy for demonstrating Squide.
To install the template, first clone the template with degit by opening a terminal at the location you want to create your project:
pnpx degit https://github.com/workleap/wl-squide/templates/getting-started
Then open the newly created folder, open a terminal at the root of the workspace and execute the following command:
pnpm install
Finally, update the dependencies by execute the following command:
pnpm update-outdated-deps
To start the development server, open a terminal at the root of the workspace and execute the following command:
pnpm dev
To build the apps for release, execute the following command:
pnpm build