Skip to content

mathklk/PizzaSize-V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ• Pizza Size Calculator πŸ•

Website for calculating and comparing pizza sizes.

Tutorial Video

Dependencies

  • nodejs (winget install OpenJS.Nodejs)
  • rollup npm package (npm install rollup)
  • Material-Web (will be installed automatically by rollup)

Rollup usage

npx rollup -p @rollup/plugin-node-resolve <source_file>.js -o <rolled_up_file>.js (configured as vscode task)

Contributors