Skip to content

Nendo Platform Web Frontend¤

Website Twitter Discord


The Nendo Platform Web Frontend serves the GUI and static assets of the Nendo Platform. It is based on vite and uses tailwindcss for styling, pinia for storage and howler.js for audio streaming.

The most straightforward way to run this web application is as part of Nendo Platform, so it is recommended to refer to that repo for deployment instructions.

Requirements¤

The Nendo Platform Web Frontend requires nodejs ^16.20.2 and npm ^8.5.0.

Installation¤

To install all dependencies, simply run:

npm install

Running¤

To run the frontend in development mode:

npm run dev

To build the frontend for production:

npm run build