Playground for farrow-api.
To develop locally:
-
Fork this repository to your own GitHub account and then clone it to your local.
-
Create a new branch:
git checkout -b MY_BRANCH_NAME
-
Install pnpm:
npm install -g pnpm
-
Install the dependencies with:
pnpm install
-
Go into package which you want to contribute.
cd ./packages/*
-
Start developing.
If you want to develop farrow-api-playground-react
, you can build at farrow-api-playground-react
with watch mode. And run pnpm run dev
at farrow-api-playground-html
. So you can develop both of them.