Coder Social home page Coder Social logo

worona-app's Introduction

Worona Dashboard Development

Installation

Clone this repo or download the zip file from Github.

git clone https://github.com/worona/worona-app.git
cd worona-app

Install Node if you haven't installed it yet. We recommend v4.


Run npm run install:all to install all dependencies. It may take quite a while. Don't despair.

npm install # do this first to install recuersive-install
npm run install:all

Development

Run the dashboard client.

cd client
npm start

Open another terminal and run the tests watcher.

npm test

worona-app's People

Contributors

luisherranz avatar darerodz avatar

Watchers

James Cloos avatar Pablo Postigo avatar  avatar

worona-app's Issues

Set up deploy tracking rollbar

https://rollbar.com/worona/App/deploys/

When a deploy has completed successfully, make an HTTP POST to https://api.rollbar.com/api/1/deploy/ with the following params:

access_token Your post_server_item project access token. Required.
environment Name of the environment being deployed, e.g. "production". Required.
revision Revision number/sha being deployed. If using git, use the full sha. Required.
local_username User who deployed. Optional.
rollbar_username Rollbar username of the user who deployed. Optional.
comment Deploy comment (e.g. what is being deployed). Optional. Will be rendered as Rollbar-flavored Markdown.

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.