A visual and constructive framework for teaching digital circuits.
Circuitly is currently in development stage. We have a docker build available in Docker Hub with an example workspace. To run it you have to:
-
Install docker (Follow instructions https://docs.docker.com/get-docker)
-
Run Circuitly docker with:
docker run -p "3000:80" lcbcfoo/circuitly:latest
- After that Circuitly will be listening in localhost:3000, to use it just enter in your browser the URL:
localhost:3000/public/index.html