# Minifying

Before pushing the script files onto your production server it is recommended to minify them to save on load times as well as bandwidth.

<br>

## Requirements

- **[NodeJS]**

<br>

## Steps

1. Open a terminal in the root of the project.

2. Install the dependencies with:

   ```sh
   npm i
   ```

3. Start the minification with:

   ```sh
   node run minify
   ```

<!----------------------------------------------------------------------------->

[NodeJS]: https://nodejs.org/en/download/
