Temporary repository for niimblue project
|
||
---|---|---|
.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.