You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
peteruithoven f8032d7411 Merge branch 'develop' 6 years ago
.settings Log git/version information in web console (#305). 7 years ago
img AddShape point icons 9 years ago
js Fix stopping while sending 7 years ago
less Add dropdown menu to settings window for log level selection with appropriate warnings. 7 years ago
www Add checkbox for new setting 'printer.bottomEnableTraveling'. 7 years ago
.gitignore Log git/version information in web console (#305). 7 years ago
Gruntfile.js Handle multiple tags in buildinfo 7 years ago
LICENSE.txt Add license + copyright info on external software. 9 years ago
Makefile Adding forgotten grunt task to make file: template 6 years ago
NOTICE.txt New event structure in Popup, shape and wordart popups now behave correctly. 9 years ago
README.md Update README.md 9 years ago
lesstocss.sh vertical shapes sidebar now auto-resizes as well 10 years ago
license-spec.lua Update license-spec.lua for changed directory structure. 7 years ago
package.json Enable using common npm start script 7 years ago

README.md

Doodle3D client app

How to build

Prerequisites

  • install npm, the Node.js package manager: sudo port install npm
  • install Grunt: sudo npm install -g grunt-cli
  • run npm install in the project root to install project dependencies

Build

  • run grunt in the project root to to build minified css and js files. By default, it will keep running to automatically rebuild when source files are changed.