Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.28 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.28 KB

How many pizzas?

It's always kinda tricky to figure out how many pizzas you should order for a large group of people. How Many Pizzas? (HMP) take away any guesswork!

Originally built way back in 2013, this modern version of the tool has been rebuilt using Vite, VueJS and TailwindCSS.

You can just use the tool yourself by going to https://howmanypizzas.net, or you can run the code yourself.

License

This software is available under the terms of the MIT license.

Working with the code

Checkout the responsitory and run npm install.

To start up the dev server, run npm run dev.

If you need help getitng NPM set up, check out the docs here.

Contributing to the code

Feel free to fork, edit, and make a pull request. All contributors must adhere to our Code of Conduct.

Contributors