Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.56 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.56 KB

Nendo Platform Web Frontend


Nendo Core


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