Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
/ front-end Public archive

A front-end for the mwmbl search engine written in vanilla javascript

License

Notifications You must be signed in to change notification settings

mwmbl/front-end

Repository files navigation

Mwmbl front-end

A front-end for the mwmbl search engine written in Vanilla JavaScript.

Local Development

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