https://github.com/zebrajaeger/weight-template-generator
https://github.com/zebrajaeger/weight-template-generator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebrajaeger/weight-template-generator
- Owner: zebrajaeger
- Created: 2021-02-21T09:34:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T08:09:34.000Z (about 4 years ago)
- Last Synced: 2025-02-07T23:42:55.205Z (3 months ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weight-template-generator
This creates a graph to print out on a DIN A4 paper.

## Motivation
1. Playing a little bit with embedded SVG.
2. Control my weight during lockdown in a simple way...## Develop / Run
NodeJs is required (https://nodejs.org/)
run
npm install
then run
npm run develop
and open a Browser of your choice @ http://localhost:3000
BrowserSync watches file changes in 'src' directory and reload the browser content.