This project requires pnpm
to install dependencies and produce a build.
To install all dependencies run the following command:
$ pnpm install
To start an development server run the following command:
$ pnpm start
To generate an optimized build run the following command:
$ pnpm build
A convenient preview server can be used to serve the build artifacts by running the following command:
$ pnpm preview
Copyright 2023 Stichting Sticky. All Rights Reserved. This project is licensed under the terms of the MIT
license. You can check out the full license here.