Git Product home page Git Product logo

linelevel's Introduction

Lineevel

An app where musicians can host online album release parties to share new music with their fans

Linelevel about page screenshot Linelevel front page screenshot

The Team

Tech Stack

  • Mobile-first design, browser based app.
  • Angular
  • WebRTC + Peer.js
  • Node.js + Express
  • Firebase for database and hosting
  • Karma and Jasmine for testing

Git Flow

  • create fork via github
  • clone to local repo
  • // if feature branch does not exist
  • make branch on local repo: git checkout -b branch-name
  • push branch to upstream: git push upstream branch-name
  • // repeat from here if making changes to existing feature
  • make changes to branch until ready to push
  • rebase from dev: git rebase (--continue | --skip | --abort)
  • fix conflicts: git pull --rebase upstream dev
  • push to forked branch: git push origin branch-name
  • create pull request: base team-repo:dev compare your-forked-repo:branch-name
  • repeat until feature is complete

Contributing

(please add any instructions other team members need to know to run your code here)

To get started, fork and clone the repo, then run

npm install

to install the dependencies.

To run the test suite, you may need to globally install a few dependencies:

npm install -g karma
npm install -g karma-jasmine
npm install -g karma-coverage
npm install -g karma-chrome-launcher
npm install -g karma-ng-html2js-preprocessor

To run the actual tests, navigate to the project directory in your terminal and run the command

karma start

A new browser window should open stating that Karma connected successfully.

Please use lint by running

gulp lint

to find syntax errors before submitting a pull request.

Deploying on firebase

Install Firebase Tools and deploy!

npm install -g firebase-tools

firebase deploy

linelevel's People

Contributors

dierat avatar ccrame avatar xlogz avatar

Watchers

James Cloos 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.