-
Install Node.js
Check node version
node -v
-
Install yarn
Node.js >=16.10
corepack enable
Node.js <16.10
npm i -g corepack
Check yarn version
yarn -v
-
Install Git
Check git version
git --version
-
git clone https://github.com/champnc/chaoteaw-bot.git
-
yarn install
-
yarn run build:run
- Code and documentation copyright 2022 the authors. Code released under the MIT License.
Enjoy 👋