-
Notifications
You must be signed in to change notification settings - Fork 0
Build Projects
Visual-Rock edited this page Apr 6, 2022
·
4 revisions
currently only builds on Linux are Tested and work
conan install .. -s compiler.libcxx=libstdc++11 --build
cmake .
make -j$(nproc)
yarn install
yarn serve
yarn build
yarn test:unit
yarn test:e2e
yarn lint
yarn format