Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 264 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 264 Bytes

Setup

yarn # npm i

Pull markdown files from totalcross-docs

./prepare-docs

Start developing

yarn dev # npm run dev

Build

yarn build # npm run build

Serve built app

yarn serve # npm run serve