https://github.com/p0larstern/vbc
Veggie Buyer Companion
https://github.com/p0larstern/vbc
Last synced: 24 days ago
JSON representation
Veggie Buyer Companion
- Host: GitHub
- URL: https://github.com/p0larstern/vbc
- Owner: p0larstern
- Created: 2021-09-20T17:24:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T17:01:16.000Z (over 3 years ago)
- Last Synced: 2025-02-16T02:43:07.372Z (3 months ago)
- Language: JavaScript
- Homepage: https://p0larstern.github.io/vbc/
- Size: 916 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Veggie Buyer Companion

Very simple tool which can be used for quick reference of items you purchase, their prices and final amount whenever you are buying many vegetables at once.
### How to install
1. Install npm
2. Clone the repo
3. In repo folder, run `npm install`### Development
Do `npm start` to run the start script which uses [parcel](https://parceljs.org/getting_started.html) to bundle the source and starts a live server at [localhost:1234](localhost:1234)### Github-pages hosting
- Currently the site is static so it is very easy to host the project on gh-pages
- Run `npm run build`, this creates a `docs` folder in the root directory which can be selected as the source directory for gh-pages deployment.Banner image taken from [here](https://unsplash.com/@aliffhassan91)