# Doodle3D-Core **Repository Path**: springtiger/Doodle3D-Core ## Basic Information - **Project Name**: Doodle3D-Core - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-31 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repository contains the core functionality of Doodle3D Transform. ## Build & run locally ```bash git clone git@github.com:Doodle3D/Doodle3D-Core.git cd Doodle3D-Core npm install # Make sure you have installed NPM / NodeJS first npm run start # visit http://localhost:8080 ``` ## Doodle3D-Transform The Doodle3D-Core repo just contains the core drawing features of Doodle3D Transform. To get the other features like file management, exporting and slicing you should visit the Doodle3D Transform repository: https://github.com/Doodle3D/Doodle3D-Transform