Skip to content

Tecvan-fe/coze-js

 
 

Repository files navigation

Monorepo of Coze Orz

_____________________________________
< Getting Started With [Coze Dev Monorepo](https://github.com/coze-dev/coze-js) >
-------------------------------------
       \   ^__^
        \  (oo)\_______
           (__)\       )\/\
               ||----w |
               ||     ||

Prerequisite

0. Install Node.js 18+

nvm install lts/hydrogen
nvm alias default lts/hydrogen # set default node version
nvm use lts/hydrogen

1. Checkout

git clone git@github.com:coze-dev/coze-js.git

2. Install pnpm & rushjs & yarn

npm i -g pnpm@9.12.0 @microsoft/rush@5.14.0

3. Install dependencies

rush update

After that, you can start to develop projects inside this repository.

Enjoy it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.2%
  • JavaScript 31.1%
  • Shell 1.5%
  • Other 1.2%