Sahaj8 / Interactive-Book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive-Book

The aim of this project is to create an online interactive guide for digital logic design. The primary goal is to develop an open source book with quality content which teaches digital logic design. It will enable students to learn digital design by interacting with circuits,truth table and other interactive elements as they proceed through the book.The professors and students all over the world can read and contribute to the same.


Getting started

Dependencies

Interactive-Book is a digital logic design book built on jekyll, a static site generator. View the quick start guide for more information. Just the Docs requires no special Jekyll plugins and can run on GitHub Pages' standard Jekyll compiler.

Quick start

  1. clone the git repo
$ git clone
  1. Run you local Jekyll server
$ jekyll serve
# .. or if you're using a Gemfile (bundler)
$ bundle exec jekyll serve
  1. Point your web browser to http://localhost:4000

If you're hosting your site on GitHub Pages, set up GitHub Pages and Jekyll locally so that you can more easily work in your development environment.


About the project

Interactive-Book is © 2019 by Aman SIngla.

About

License:MIT License


Languages

Language:HTML 50.6%Language:CSS 34.3%Language:JavaScript 14.5%Language:Ruby 0.6%Language:Shell 0.0%