Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 370 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 370 Bytes

Preparation

  • node16+

Install and use

Get the project code

git clone https://github.com/brain/micro-apps
git checkout develop
cd clip

Installation dependencies

yarn

Run

yarn start

Open http://localhost:12640 to view it in the browser.

Build

yarn build

ESLint

yarn fix