Installing NodeCG (New, Experimental)
This guide is for the new experimental way of installing NodeCG. In this new way, NodeCG is installed as a dependency of your project, instead of including your project in the NodeCG's bundles directory.
This simplifies the process of creating and managing NodeCG projects by directly managing NodeCG version as an npm dependency.
You can still use the old way of using NodeCG, but will be deprecated in the future.
Install
npm install nodecg
Start
Run npx nodecg start
.
Open the dashboard (http://localhost:9090
by default).
Using multiple bundles
You can use multiple bundles in your project by including it in bundles
directory in your project root.