Go to file
dependabot[bot] 86371095c8
Bump webpack-dev-server from 2.11.5 to 3.1.11
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 2.11.5 to 3.1.11.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/commits/v3.1.11)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-06 18:56:50 +00:00
fonts fonts 2021-05-05 19:44:31 +02:00
img remove unused images 2018-01-30 11:04:00 +01:00
models add example 2018-01-06 20:27:09 +01:00
shaders format glsl files 2018-01-30 11:04:00 +01:00
src fix bug in text utils 2021-05-28 01:34:09 +02:00
styles update colors 2021-06-06 20:56:03 +02:00
workers move potrace options 2021-05-24 17:51:35 +02:00
.babelrc Revert "remove babel rc" 2017-12-12 10:33:28 +01:00
.eslintrc add linter 2017-12-13 17:18:15 +01:00
.gitignore gitignore 2018-01-25 15:40:30 +01:00
.npmignore add cordova support 2017-12-07 16:21:10 +01:00
favicon.ico custom html, favicon and btnExport 2018-01-25 16:40:10 +01:00
index.js Move font loading inside library 2021-05-14 19:32:29 +02:00
LICENSE.md Update LICENSE.md 2021-05-30 22:59:07 +02:00
package-lock.json Bump webpack-dev-server from 2.11.5 to 3.1.11 2021-06-06 18:56:50 +00:00
package.json Bump webpack-dev-server from 2.11.5 to 3.1.11 2021-06-06 18:56:50 +00:00
README.md Update README.md 2021-05-30 22:58:44 +02:00
webpack.config.js simplify imports 2021-05-20 04:16:53 +02:00

This repository contains the core functionality of Doodle3D Transform.

Build & run locally

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