Requirements Node ^18.6.1 Installation clone this repo git clone https://github.com/harmony-cloud-live/app.git navigate to the project cd app install dependencies npm i Development launch dev server: npm run dev preview build: npm run build && npm run preview Docker TODO: document