CSS and Javascript

Snipe-IT uses Laravel Mix to compile assets. The source assets are located in resources/assets, and can be compiled by running

// Run all Mix tasks...
npm run dev

... from your Snipe-IT project root.

Or for production:

// Run all Mix tasks and minify output...
npm run production