Before getting started with Peek.js, please read through the following instructions:
Install the packages using the following NPM commands:
npm install -g typescript
npm i tsup -D
npm install terser -D
npm install @swc/core -D
To build the TypeScript, run the following command:
npm run build-typescript
To build the SASS, run the following command:
npm run build-sass
To build the everything, run the following command:
npm run build
To build the TypeScript, run the following command:
npm run build-minimized-typescript
To build the SASS, run the following command:
npm run build-minimized-sass
To build the everything, run the following command:
npm run build-minimized
To build the TypeScript, run the following command:
npm run build-typescript-esm