Skip to content

A spreadsheet-esque editor to make it easier to select and document electronic parts

License

Notifications You must be signed in to change notification settings

kitspace/bom-builder

Repository files navigation

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