The goal of this project is to create an online STL file that users can upload a 3D Model (STL format binary or ascii) to get stats of their 3D Models. An example would be the volume of the model or the bouding box (L x W x H). This is commonly used for 3D Printing and depending on the level of interest we can accomplish some pretty cool things with this project. Things like Cost Estimation, Model Renderings, Saving Projects and Procssing G-Code files!
Please review the Contributing file for information on how to work on this project
This project is built with NodeJS, Express, Vanilla JS and Handlebars. Let's try to keep this as simple as possible so everyone can contribute.
- NodeJS
- Yarn or NPM (I use Yarn)
- Nodemon
yarn install
ornpm install
to install dependanciesyarn start
ornpm start
to start the server and use the appyarn dev
ornpm dev
to fireup nodemon work in dev mode for the app
Please request to work on an issue and wait until you are assigned. Once assigned please reply back that your working on it or it will go to the next person that asked.
Please always create pull requests to dev branch and see the Contributing for more details.