Skip to content

Tech Detail Development

Sam Cao edited this page Jun 16, 2023 · 4 revisions

Environment

OS Linux/Windows/MacOS
JDK 17
IDE Intellij IDEA
Gradle 8.1+
Node.js 18+
  • After Node.js is installed, please run the following commands. The npm libraries are required by some unit test cases.
cd scripts/node
npm install

Build

gradle build

Test

gradle test
Clone this wiki locally