thombruce / toodles

✅ A super simple todo app
https://toodles.thombruce.com/
GNU General Public License v3.0
0 stars 0 forks source link

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