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