# www.meowcad.com **Repository Path**: chenchenDemo/www.meowcad.com ## Basic Information - **Project Name**: www.meowcad.com - **Description**: No description available - **Primary Language**: JavaScript - **License**: AGPL-3.0 - **Default Branch**: release - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-30 - **Last Updated**: 2020-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![sch](html/img/misc/meowflow.png)](https://meowcad.com) Overview --- This is the codebase for the website to MeowCAD. See it live at [MeowCAD](https://meowcad.com) MeowCAD is a free and open source online electronics design tool that runs completely in your browser. With it, you'll be able to design schematics like this: ![sch](html/img/8bitheart_sch_snap.png) and produce board like this: ![brd](html/img/8bitheart_brd_snap.png) Once a board is created, it can export the board as Gerber files that will look something like this: ![grb](html/img/blog/8bit_heart_spotcheck.png) which can be sent to board manufacturers to which will eventually give you boards that look like this: ![circ](html/img/8bit_heart_small.png) Here's a short video of the board in action: [![OHS2015 Ticker](http://img.youtube.com/vi/0BI4rqI0vt0/0.jpg)](http://www.youtube.com/watch?v=0BI4rqI0vt0) This codebase only represents the (very hacked together, hodge-podge frameworkless) python code that powers the website proper. For the web application that runs the schematic and board capture in your browser, see the sibling project: [bleepsix](https://github.com/abetusk/bleepsix) There's a [screencast available](https://www.youtube.com/watch?v=MWll14sQI-A) (17mins+) that walks through some of the basic functionality of MeowCAD. Installation --- Installation is involved and has a lot of dependencies. There's a `Dockerfile` present in [config/docker.io/Dockerfile](config/docker.io/Dockerfile) that will get you started. You can check out an [image of MeowCAD](https://registry.hub.docker.com/u/abetusk/meowcad/) in the Docker registry as well. Unfortunately this repository (www.meowcad.com) is intertwined with [bleepsix](https://github.com/abetusk/bleepsix). For example, the node server requires the bleepsix repository to be installed at a pre-defined location. Feedback --- Feedback is welcome! Send me a message (abetusk (at) gmail dot com) or leave some feedback on MeowCAD! Happy hacking!