GithubHelp home page GithubHelp logo

abarmpou / gatekeepers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from digitalworlds/gatekeepers

0.0 0.0 0.0 2 KB

An interactive web tool for designing simple circuits using logical gates

JavaScript 92.17% HTML 7.83%

gatekeepers's Introduction

The Gate Keepers

An interactive web tool for designing simple circuits using logical gates

The live site is available here: https://digitalworlds.github.io/GateKeepers/

How to run locally from your computer as you develop it

Start a web server in the folder where index.html is located. There are many different ways to do this; below we provide a few popular ways. You can pick the one that fits your framework:

  1. Visual Studio Code: If you use Visual Studio Code for your development, install the extension Live Server by Ritwick Dey. Start a web-server by opening the project folder with Visual Studio Code, and right click on the run.html file and select Open With Live Server. It will start the server in port 5500. http://127.0.0.1:5500/index.html (shows a blank window)

  2. npm/node.js: If you are using node.js, you can install http-server with npm by typing in your command prompt: npm install --global http-server Start a web-server by: http-server type/a/path/here It will start the server in port 8080. http://127.0.0.1:8080/index.html (shows a blank window)

  3. python: If you are using python, you can start a web server by typing in your command prompt: python3 -m http.server It will start the server in port 8000. http://127.0.0.1:8000/index.html (shows a blank window)

Quick API reference

For a quick API reference visit: https://digitalworlds.github.io/op.n/file/[email protected]_op.n/?api

For SVGEditor API reference visit: https://digitalworlds.github.io/op.n/file/[email protected]_op.n/?api

SVG Reference at MDN: https://developer.mozilla.org/en-US/docs/Web/SVG

gatekeepers's People

Contributors

abarmpou 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.