Skip to content

farrow-js/playground

Repository files navigation

farrow-api-playground

Playground for farrow-api.

Contributing Guide

Developing

To develop locally:

  1. Fork this repository to your own GitHub account and then clone it to your local.

  2. Create a new branch:

    git checkout -b MY_BRANCH_NAME
  3. Install pnpm:

    npm install -g pnpm
  4. Install the dependencies with:

    pnpm install
  5. Go into package which you want to contribute.

    cd ./packages/*
  6. 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.