Update README.md

This commit is contained in:
Rick Companje 2021-05-30 22:58:44 +02:00 committed by GitHub
parent 83d03e8a1a
commit 9f84cf406b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -1 +1,14 @@
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