mwmbl / front-end-original

A front-end for the mwmbl search engine written in vanilla javascript
https://mwmbl.github.io/front-end/
GNU Affero General Public License v3.0
13 stars 3 forks source link
javascript search-engine

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