Code Monkey home page Code Monkey logo

frontend's Introduction

Bountysource

Build Status Coverage Status

This repository contains the javascripts, stylesheets and images that power www.bountysource.com.

Our frontend is built using:

  • angular.js (javascript framework)
  • twitter-bootstrap (stylesheet framework)
  • grunt (compiling)
  • bower (web components)
  • jshint (javascript syntax checking)
  • karma (testing)

Please use our issue tracker to report any bugs or request new features. Or, if you're a developer, send us a pull request!

We ❤️ Pull Requests!

Seriously, we really do. It doesn't matter whether you're fixing a typo or overhauling a major area of the code base. You will be showered in 👍 👍 👍

Quickstart Developer Guide

Fork our repository on GitHub, clone it locally, install components and modules, and start the server.

git clone [email protected]:YOUR_GITHUB_LOGIN/frontend.git bountysource
cd bountysource
sudo npm install -g bower grunt-cli    # recommended
npm install    # installs required node.js modules into node_modules/*
bower install  # installs web components into app/components/*
grunt server   # runs grunt server on http://localhost:9000/

Staging vs. Production

We have two APIs available:

  • https://api.bountysource.com/ - This is our production API and should be used for real transactions. This is the API endpoint that powers www.bountysource.com.
  • https://staging-api.bountysource.com/ - This is our test API and should be used for all testing purposes. Our staging environment often contains code that hasn't been fully tested. Paypal and Google Wallet are in "sandbox" mode which means financial transactions aren't real. User data has been anonymized (emails, passwords, etc).

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.