Skip to content
forked from alfg/opendrinks

🍸 Open Source Drinks! Add your own recipe in a pull request!

License

Notifications You must be signed in to change notification settings

sbays/opendrinks

 
 

Repository files navigation

🍸 Open Drinks

Open source drinks! Inspired by 🎃Hacktoberfest!

https://opendrinks.netlify.com/

Netlify Status

OpenDrinks is powered and hosted by Netlify!

Submit a drink recipe

Looking to submit a drink recipe? Check out the Contributing Guidelines first!

See: CONTRIBUTING.md

Also check out Issues for any open bug fixes or feature requests!

Development

Open Drinks is built with the following technologies:

If you are familiar or want to give it a shot, feel free to contribute!

Prerequisites

  • Install version 10.16.3 of Node.js on your machine
  • There is nvm support. If you have nvm installed the following commands will install and start using version 10.16.3
nvm install
nvm use

Install

npm install
npm run serve

Compiles and minifies for production

npm run build

Lint

npm run lint

Docker

docker build -t opendrinks .
docker run -it -p 8080:80 --rm opendrinks

License

MIT

About

🍸 Open Source Drinks! Add your own recipe in a pull request!

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 71.3%
  • JavaScript 24.9%
  • HTML 2.9%
  • Dockerfile 0.9%