/nodecgbanpick

Primary LanguageTypeScriptApache License 2.0Apache-2.0

NodeCG Bundle Template

This is an unofficial NodeCG bundle template based on TypeScript, React, Vite originated from RTA in Japan Layouts.
This is a template repository. You can use this template by "Use This Template" feature.

Local development

Start the development build server/watcher

npm install
npm run dev

How to use

  1. change name from "nodecgbundletemplate" to your bundle name
    1. directory name
    2. name in package.json
    3. src/extension/nodecg.d.ts
    4. src/browser/glibal.d.ts
  2. write your schemas
  3. set your RaplicantMap in src/nodecg/replicants.d.ts
  4. develop as you like in src directory
    1. modify MessageMap in src/nodecg/messages.d.ts as you create new messages