Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 811 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 811 Bytes

Stichting Sticky's logo

Stichting Sticky

Getting started

This project requires pnpm to install dependencies and produce a build.

To install all dependencies run the following command:

$ pnpm install

Usage

To start an development server run the following command:

$ pnpm start

Building

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

License

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.