Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 692 Bytes

GETTING_STARTED.md

File metadata and controls

27 lines (18 loc) · 692 Bytes

Getting Started with Virtual-Live

0. Install node environment

https://nodejs.org/en/download/

1. Dowolad Cubism SDK for Web

Dowolad the Cubism SDK for Web from here. Then move the Core and Framework folder to static/Cubism/*. Virtual-Live currently use cubism 4 series.

2. Installation dependency

yarn install

3. During development, serve with hot reload at localhost:9080

The terminal inside vs-code do not have camera access, so you need to run this command in the original terminal instead.

yarn run dev

3. Build electron application for production

yarn run build