EvictionLab / eviction-lab-exports

Serverless file generation for Eviction Lab exports
MIT License
3 stars 1 forks source link

set dimensions to match page, add server for development #79

Closed Lane closed 4 years ago

Lane commented 4 years ago

@amygroshek i've updated the resolution of the PDF so it matches the HTML page, should make it easier to style. the page is 612px by 792px tall.

i've also added a command to package.json that will serve up the HTML report, which should make it easier to style

npm run dev

it will load the report at http://localhost:3000/, when changing the report.html you will need to refresh the page to see updates.