Temporary repository for niimblue project
This repository has been archived on 2024-09-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
MultiMote 17b3897ab3
All checks were successful
Test project build / Build (push) Successful in 1m16s
GitHub info
2024-09-16 15:10:47 +03:00
.gitea/workflows Add actions 2024-07-22 22:44:25 +03:00
niimblue Working tree changes 2024-08-18 01:00 2024-08-18 01:00:01 +03:00
niimbluelib Working tree changes 2024-08-22 01:00 2024-08-22 01:00:02 +03:00
.gitignore Working tree changes 2024-08-08 01:00 2024-08-08 01:00:01 +03:00
README.md GitHub info 2024-09-16 15:10:47 +03:00

NiimBlue temporary repository

MOVED TO GITHUB

Launching development server

Skip steps you have done.

  1. Install git

  2. Install nodejs

  3. Install yarn

  4. Clone repository

git clone https://gitee.mmote.ru/MultiMote/niimblue-nightly.git
  1. Install dependencies
cd niimblue-nightly
yarn --cwd niimbluelib
yarn --cwd niimblue
  1. 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.