Working tree changes 2024-07-19 15:27

This commit is contained in:
Bot 2024-07-19 15:27:41 +03:00 committed by multimote
parent 2a7306c32e
commit 093ad46b68

View File

@ -1 +1,41 @@
# NiimBlue temporary repository
## Launching development server
Skip steps you have done.
1. Install [git](https://git-scm.com)
2. Install [nodejs](https://nodejs.org)
3. Install [yarn](https://yarnpkg.com)
4. Clone repository
```bash
git clone https://gitee.mmote.ru/MultiMote/niimblue-nightly.git
```
5. Install dependencies
```bash
cd niimblue-nightly
yarn --cwd niimbluelib
yarn --cwd niimblue
```
6. Run dev server
```bash
yarn --cwd niimblue dev-locallib
```
or
```bash
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.