GithubHelp home page GithubHelp logo

owlvision's Introduction

OwlVision v0.1

Get up and running

  1. Make sure you have the latest Node LTS installed.
  2. clone [email protected]:TheLeftovers/OwlVisionFront.git (set up your SSH keys first! instructions are given by gitlab in that screen)
  3. npm install
  4. npm install angular-cli -g to install angular-cli globally
  5. npm install typescript -g
  6. ng serve then navigate to http://localhost:4200

How Make Changes to Repo

  1. In your terminal, in the root directory of the project after cloning the repo, run git branch to ensure you are in the master branch. If you are not, then run git checkout master to change branches
  2. Now make sure your branch is up to date by running git pull origin master
  3. Now you are ready to create a new branch where you can work on new features. The following will create a new branch and change branches in one line: git checkout -b branch_name branch_name can be anything you want
  4. Now make modification to the code however you want.
  5. When you are ready to push them back to the repo, you must execute these operations:
  6. git add . --all to stage modified files for commit
  7. git commit -m "describe your changes here in the commit message"
  8. git push origin branch_name
  9. Now your branch will be pushed to the repo but will not have merged with the master branch yet. For this, you may either follow the link provided by gitlab in the terminal or just go into gitlab > branches and next to the branch you just updated, there will be a "merge request" button. Click it and submit it. Once it's approved it will be merged to master.

###References:

AngularFire2 Documentation: good place to gain an understanding of firebase and basic data manipulation

Firebase SDK API: AngularFire is a library on top of the firebase SDK. If you can't do something in AF2, look here.

Core-UI Angular2 Demo: Browse the UI components to use in our project ....

Core-UI Demo: then grab the code from here for the components you liked in the demo and use them

[**]Markdown Reference

owlvision's People

Contributors

murac avatar zgoddard2013 avatar

Watchers

 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.