All Projects → alfg → Opendrinks

alfg / Opendrinks

Licence: mit
🍸 Open Source Drinks! Add your own recipe in a pull request! Inspired by 🎃Hacktoberfest!

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects

Projects that are alternatives of or similar to Opendrinks

Ramda Adjunct
Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.
Stars: ✭ 550 (+152.29%)
Mutual labels:  hacktoberfest, recipes
Avrae
A Discord bot to streamline running D&D 5e.
Stars: ✭ 216 (-0.92%)
Mutual labels:  hacktoberfest
Mu Haskell
Mu (μ) is a purely functional framework for building micro services.
Stars: ✭ 215 (-1.38%)
Mutual labels:  hacktoberfest
Lumen
An alternative BEAM implementation, designed for WebAssembly
Stars: ✭ 2,742 (+1157.8%)
Mutual labels:  hacktoberfest
Hacktoberfest
This hacktoberfest project exists to help you submit your first Pull Request and welcome you to the world of open source!
Stars: ✭ 216 (-0.92%)
Mutual labels:  hacktoberfest
Awesome Ansible
Awesome Ansible List
Stars: ✭ 215 (-1.38%)
Mutual labels:  hacktoberfest
Symfony Flex Backend
Symfony Flex REST API template project
Stars: ✭ 214 (-1.83%)
Mutual labels:  hacktoberfest
Awesome Jetpack Compose Android Apps
👓 A curated list of awesome Jetpack Compose android apps by open-source contributors.
Stars: ✭ 207 (-5.05%)
Mutual labels:  hacktoberfest
Openapi Backend
Build, Validate, Route, Authenticate and Mock using OpenAPI
Stars: ✭ 216 (-0.92%)
Mutual labels:  hacktoberfest
Miasm
Reverse engineering framework in Python
Stars: ✭ 2,649 (+1115.14%)
Mutual labels:  hacktoberfest
Awesome Learning
Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace
Stars: ✭ 216 (-0.92%)
Mutual labels:  hacktoberfest
Almond Cloud
Almond As A Service and Thingpedia
Stars: ✭ 215 (-1.38%)
Mutual labels:  hacktoberfest
Laravelpackage.com
Documentation for LaravelPackage.com: Learn to create Laravel specific PHP packages from scratch, following this open documentation.
Stars: ✭ 214 (-1.83%)
Mutual labels:  hacktoberfest
Chartbrew
Open-source web platform for creating charts out of different data sources (databases and APIs) 📈📊
Stars: ✭ 199 (-8.72%)
Mutual labels:  hacktoberfest
Beaver Logger
Client-side logging w/ super powers
Stars: ✭ 217 (-0.46%)
Mutual labels:  hacktoberfest
Destinationsol
Official continuation of Destination Sol, the great fun little arcade space shooter from http://sourceforge.net/projects/destinationsol/ Modules live at https://github.com/DestinationSol/
Stars: ✭ 214 (-1.83%)
Mutual labels:  hacktoberfest
Awesome Live Coding Streams
Stars: ✭ 216 (-0.92%)
Mutual labels:  hacktoberfest
Howdy
🛡️ Windows Hello™ style facial authentication for Linux
Stars: ✭ 3,237 (+1384.86%)
Mutual labels:  hacktoberfest
Antimine Android
Antimine is an open source minesweeper-like puzzle game.
Stars: ✭ 218 (+0%)
Mutual labels:  hacktoberfest
Miracle Board
Just another simple and elegant status board / dashboard.
Stars: ✭ 217 (-0.46%)
Mutual labels:  hacktoberfest

🍸 Open Drinks

Open source drinks! Inspired by 🎃Hacktoberfest!

https://opendrinks.io/

Netlify Status Build Status Node CI

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

  • 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.io

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

All source code, contributed recipes and content are licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].