# Visualizzazioni di Ricerca Operativa ## Usage ### Setup To install the dependencies, use the following command. ```bash bun install ``` ### Development To start the ViteJS development server, use the following command. ```bash bun dev ``` ### Build Use this command to build the project and serve the files from the `dist/` directory. ```bash bun run build ```