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.
2024-07-22 22:44:25 +03:00
2024-07-22 22:44:25 +03:00
2024-07-22 22:44:25 +03:00

NiimBlue temporary repository

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.

Description
Temporary repository for niimblue project
Readme 488 KiB
Languages
TypeScript 63.1%
Svelte 31.6%
JavaScript 4.5%
SCSS 0.5%
HTML 0.3%