Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.09 KB

Toodles

CI Version License

Testing

yarn lerna run test:unit

Deploying

Deploy to Netlify

Deploying Manually

Configure TOODLES_BASE to the name of your repo (e.g. /toodles/) in your environment if you want to deploy to GitHub Pages from a project repo.

cd packages/web
yarn build
# Output in packages/web/dist

Development

General

# Update CHANGELOG and README and commit where relevant, then...
lerna publish

VS Code

cd packages/vscode
vsce package
vsce publish