A front-end for the mwmbl search engine written in Vanilla JavaScript.
This project uses Vite.
As start, you must install initial dependencies:
> npm installAfter that, you can continue with further steps.
To run the project in development mode:
> npm run devTo build the project:
> npm run buildTo preview the project build:
> npm run preview