Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 516 Bytes

DEVELOP.md

File metadata and controls

37 lines (27 loc) · 516 Bytes

Development Process

Localhost Server

yarn start

Build and Test

yarn build
open demo/dist/index.html

Publish New Demo

yarn publish-pages
  • Manually edit each CodeSandbox ReactHighlightWithinTextarea version.

Publish Update

  • Merge develop into release on github using this link
git pull
git checkout main
yarn upgrade --latest
yarn build
vi HISTORY.md
git commit
yarn publish