  <bg=blue;fg=white>                                                              </>
  <bg=blue;fg=white>         Getting started using </><bg=blue;fg=white;options=bold>pentatrion/vite-bundle</><bg=blue;fg=white>         </>
  <bg=blue;fg=white>                                                              </>

  <fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>
    1. Add if necessary a configuration file in <comment>%CONFIG_DIR%/packages/pentatrion_vite.yaml</>.
    2. Verify the Vite configuration in <comment>/vite.config.js</>.
    3. Check vite templates https://github.com/vitejs/vite/tree/main/packages/create-vite for dependencies to add.
    4. Run <comment>npm i</>.
    5. Start the development server: <comment>npm run dev</>.
    6. Start coding into <comment>assets/app.js</>

