Giter Site home page Giter Site logo

gokmen / kd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from koding/kd

0.0 1.0 1.0 1.93 MB

a non-document focused UI Framework for web applications.

Home Page: http://kd.io

License: MIT License

CoffeeScript 51.85% JavaScript 37.26% CSS 10.82% Shell 0.07%

kd's Introduction

KD

a non-document focused UI Framework for web applications.

Install gulp:

$ npm install gulp -g

Build steps:

$ npm i
$ gulp

Before building make sure you have these installed:

Test Runner

KD uses karma for automatically running tests. To launch karma, run

$ gulp karma

If you're editing test files, you'll also need to run the test watcher to automatically build the test files:

$ gulp watch-test

There is also an html based test runner, which can be useful for debugging tests. If you're running the playground server (started by running gulp) the tests are available by going to

http://localhost:8080/test/index.html

Alternately, you can view the tests directly in the browser:

$ open test/index.html

Running tests on Saucelabs

You can also run tests remotely on SauceLabs browsers.

First, expose your saucelabs username and access key as environment variables

$ export SAUCE_USERNAME=your-username SAUCE_ACCESS_KEY=your-access-key

Then fire up the SauceLabs test runner with

$ gulp sauce

The available browser definitions are configured in the customLaunchers key in karma.conf.js and then selected in the 'sauce' task in gulpfile.coffe.


Disclaimer

The framework is not well documented yet and the unit tests are in very early stage, any pull requests in this direction is highly appreciated.

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.