Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 769 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 769 Bytes

Kitspace BOM Builder

This is currently a prototype of a bill of materials editor meant to make it as easy as possible to design in and document the parts needed for an electronics project. This will eventually be integrated directly into Kitspace.org.

The back-end for this project is Partinfo. This project was bootstrapped with Create React App so check out their documentation on how to perform common taks.

To get started, set up NodeJS, then run partinfo and then:

npm install && npm run start