Skip to content

A simple note management application for your standup meetings.

Notifications You must be signed in to change notification settings

niki4810/standup

Repository files navigation

Standup

Build Status

A simple note management application for your standup meetings.

Standup

All the data is stored in your browser localStorage.

Installation

Via chrome web store

You can install the standup app onto your chrome via the chrome web store : Link

Local installation

If you want to add more features to the app and try it out locally, please follow these steps:

  • Clone the repo and cd into the directory.
  • Run npm install (this will install all the dependencies).
  • Run gulp bower (to install all the third party libs).
  • Run gulp (or) gulp build (to bundle all the js files and generate a chrome-extension/dist directory).
  • cd into chrome-extension/dist directory and launch the index.html page. ( alternatively you could run any local server in this directory, for example http-server )

Other gulp tasks

  • gulp verify runs jshint, jscs and jest unit tests.

  • gulp watch watches for changes under src/**/*.* and runs gulp build to re-generate the chrome-extension/dist directory.

  • use npm test to run jest unit tests.

Contribute to this project

  • Standup is a fun app build with ReactJS (Flux architecture), browserify and gulp.
  • If you have a cool idea to improve it, please feel free to open a PR.
  • Before opening a PR, just run gulp verify and make sure it passes :)
  • When you open a PR the Travis CI build will let you know if its good to merge.

About

A simple note management application for your standup meetings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published