Git Product home page Git Product logo

jade's Introduction

jade

The Jade schematic entry and simulation tool is a work in progress, but you're welcome to experiment! Here's how:

  1. Fork this repository: click on the "Fork" button in the upper right. This will make a copy of the repository under your own github account.

  2. Any changes, commits, pushes, pulls, etc. will be to your copy of the repo. If you want to be able keep up with changes to the original Jade repo, it's convenient to add another remote that refers to the original repo:

    git remote add upstream https://github.com/6004x/jade.git
    
  3. To keep up-to-date with the original repo:

    git fetch upstream
    git checkout master    # if you were on a branch...
    git merge upstream/master
    git push               # save updates in local repo
    

Using Jade

Jade can be used either standalone or as embedded courseware in the edX framework. To use Jade locally in standalone mode, simply change to the top-level directory of this repo and run

python -m SimpleHTTPServer

to start a basic HTTP server listening on port localhost:8000. You can access Jade at

http://localhost:8000/jade_standalone.html

Or, of course, you can serve Jade as part of your website. For "production use", you can build a minified Jade distribution using "grunt jade_standalone" and then copying the following files from the build subdirectory

jade_standalone.html
jade.css
jade_standalone.min.js
FontAwesome.otf
fontawesome-webfont.eot
fontawesome-webfont.svg
fontawesome-webfont.ttf
fontawesome-webfont.woff
fontawesome-webfont.woff2

As you enter schematics they are saved using the HTML5 localStorage persistent store supplied by your browser, which is specific to the particular URL (different URLs => different localStoage). Each time you modify your design, it will be saved in localStorage, which persists across browser sessions. Next time you browse to the URL above, you'll be able to pick up your design where you left off. Note: in many browsers localStorage does not function correctly with file:// URLs, which is why we needed to start a local HTTP server in order to access Jade.

Jade can be configured to display only certain simulation tools and parts. The default configuration in jade_standalone.html shows all available tools and parts libraries. You can also load parts libraries specific to an assignment, with schematics, icons and (read-only) tests that serve as template and test jig for a design problem.

jade's People

Contributors

terman avatar zendude avatar

Watchers

James Cloos avatar Anas Salah Eddin 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.