money-pane

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i money-pane

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

19.7 MB

Total Files

21

Last publish

Collaborators

  • michielbdejong