You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

373 B

Visualizzazioni di Ricerca Operativa

Usage

Setup

To install the dependencies, use the following command.

bun install

Development

To start the ViteJS development server, use the following command.

bun dev

Build

Use this command to build the project and serve the files from the dist/ directory.

bun run build