Temporary repository for niimblue project
MultiMote
17b3897ab3
All checks were successful
Test project build / Build (push) Successful in 1m16s
|
||
---|---|---|
.gitea/workflows | ||
niimblue | ||
niimbluelib | ||
.gitignore | ||
README.md |
NiimBlue temporary repository
Launching development server
Skip steps you have done.
git clone https://gitee.mmote.ru/MultiMote/niimblue-nightly.git
- Install dependencies
cd niimblue-nightly
yarn --cwd niimbluelib
yarn --cwd niimblue
- Run dev server
yarn --cwd niimblue dev-locallib
or
cd niimblue
yarn dev-locallib
This command will install local niimbluelib to the niimblue project and run the server. If niimbluelib is modified you must re-run this command.