Giter Club home page Giter Club logo

biologica-ui's Introduction

These models originally evolved from the Biologica, ITSI, and Geniquest projects created by the Concord Consortium

Running Locally

This project is built using Brunch.io, which compiles the CoffeeScript, stylesheets, and other assets.

Dependencies

Setup Brunch and Project Libraries

You'll need to install the plugins required for the brunch project, as well as libraries the project depends on. Run these commands:

  npm install
  bower install

Starting the Server

Run this command:

  npm start

Now open http://localhost:3333 in your browser. Whenever you make a change to a file the browser will be automatically refreshed. Thanks auto-reload-brunch.

Your files will automatically be built into the /public directory whenever they change.

You can also just run brunch build to simply build the files into /public without starting the server.

Running the tests

Run this command:

  npm test

A new Chrome window will open, and the results of the tests will be shown in your console.

If you have the server running (npm start) then any time you update a file the tests will be re-run.

Running the tests with PhantomJS

  • Install the latest version of Node (>= 0.10.11). You can use Node Version Manager.
  • Edit the file test/karma.conf.js to change browsers: ['Chrome'] to browsers: ['PhantomJS']
  • Run the tests with npm test

Running the model integration tests

Run this command:

  ./test-models.sh

A new Chrome window will open, and the results of the tests will be shown in your console.

The model test files can be found in /test/models/

Libraries and Frameworks Used

License

biologica-ui is Copyright 2015 (c) by the Concord Consortium and is distributed under the MIT.

biologica-ui's People

Contributors

psndcsrv avatar

Watchers

Chad Dorsey avatar Noah Paessel avatar Sam Fentress avatar Scott Cytacki avatar Doug Martin avatar Kirk Swenson avatar  avatar Ethan McElroy avatar  avatar James Cloos avatar Jen Goree avatar Boris Goldowsky avatar Elham Beheshti avatar Willy Wu avatar Matt Lewandowski avatar William Finzer avatar Jonathan Sandoe avatar Natalya St. Clair avatar  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.