money-pane

Solid-compatible Panes: Money

Usage no npm install needed!

<script type="module">
  import moneyPane from 'https://cdn.skypack.dev/money-pane';
</script>

README

money-pane

Solid-compatible personal finance insight applet for solid-panes framework

You can build with npm install && npm run build && cd dist && npx serve. You can debug with VSCode + Chrome (see .vscode/launch.json).

Deploy stand-alone

You can deploy this code as a stand-alone Solid app. The way to do that depends on your html-app hosting provider. For instance, to deploy to https://solid-money.5apps.com/ you would:

git checkout deploy # this branch has dist/ commented out in .gitignore
git merge master
npm ci
npm run build
git add dist/
git commit --no-verify -am"build"
git remote add 5apps git@5apps.com:michiel_solid-money.git
git push 5apps deploy:master