Giter VIP home page Giter VIP logo

beefindr's Introduction

Beefinder

Beefinder logo

BeeFinder (primary name; sometimes BeeFindr if BeeFinder is not available) connects beekeepers with wild or escaped hives.

Build Status Maintainability Test Coverage

Overview

Contribute

Getting started

  1. Install git and configure your user and email
  2. Clone project
    git clone [email protected]:openscript/beefindr.git
  3. Set up development environment
  4. Change to the workspace
    for example with cd
  5. Install dependencies
    yarn install
  6. Run application and open browser
    ng serve --open

Add a feature

  1. Clone or pull project
    git clone [email protected]:openscript/beefindr.git or git pull
  2. Create a new branch
    git checkout -b features/[yourFeature]
  3. Run tests
    ng test --code-coverage
  4. Push new branch to remote
    git push --set-upstream origin features/[yourFeature]
  5. Follow the Add a pull request instructions

Add a pull request

  1. Finish development of your feature
    • Make sure the tests are passing with ng test --code-coverage
  2. Merge any commit from the master into the feature branch
    git merge master
  3. Create a pull request
    • Select a reviewer
    • Make sure the checks are passing
    • Make sure the branch is mergable

Glossary

The following terms should be used throughout.

Term Definition
beehive Man made enclosure to keep bees. In this project it's also used for wild bee colonies.
beekeeper A person who works with bees.

Ressources

beefindr's People

Contributors

aschorro avatar dimits avatar openscript avatar samuelblattner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.