Open source drinks! Inspired by 🎃Hacktoberfest!
https://opendrinks.netlify.com/
Looking to submit a drink recipe? Check out the Contributing Guidelines first!
See: CONTRIBUTING.md
- Check existing recipes in /src/recipes
- Fork and make a pull request with your drink recipe
- Once your Pull Request is approved and merged, the latest update will be published to https://opendrinks.netlify.com
Also check out Issues for any open bug fixes or feature requests!
Open Drinks is built with the following technologies:
- Vue
- BootstrapVue
- Hosted on Netlify with automated deployments!
If you are familiar or want to give it a shot, feel free to contribute!
npm install
npm run serve
npm run build
docker build -t opendrinks .
docker run -it -p 8080:80 --rm opendrinks
MIT