From 2fb159bbf718a445443e16e1e4c6d1b7d03c6e22 Mon Sep 17 00:00:00 2001 From: Rick Companje Date: Sun, 30 May 2021 22:52:34 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 316bae0..b73a7cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Doodle3D-App +# Doodle3D-Transform Doodle3D Transform is a free and open-source web-app that makes designing in 3D easy and fun! Created with love by Casper, Peter, Rick, Nico, Jeroen, Simon, Donna and Arne in 2015-2017. With the support of 1,626 Kickstarter backers. In 2021 we updated Doodle3D Transform to work completely on the client-side. There is no server sided-code and/or user management anymore. @@ -18,3 +18,7 @@ npm install # Make sure you have installed NPM / NodeJS first npm run start # visit http://localhost:8080 ``` + +## Other important repositories +* The core features of Doodle3D Transform: https://github.com/doodle3d/Doodle3D-Core +* The GCODE slicer of Doodle3D Transform: https://github.com/doodle3d/Doodle3D-Slicer