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

P4trice/opendrinks

 
 

Repository files navigation

🍸 Open Drinks

Open source drinks! Inspired by 🎃Hacktoberfest!

https://opendrinks.netlify.com/

Netlify Status Build 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

Test

npm test

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

Packages

No packages published

Languages

  • Vue 63.5%
  • JavaScript 34.2%
  • HTML 1.7%
  • Dockerfile 0.6%