cvick / opendrinks

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

Home Page:https://opendrinks.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍸 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

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

https://opendrinks.netlify.com

License:MIT License


Languages

Language:Vue 63.5%Language:JavaScript 34.2%Language:HTML 1.7%Language:Dockerfile 0.6%