/sketch-frontend

Primary LanguageJavaOtherNOASSERTION

groupId ${groupId}
artifactId ${artifactId}
version ${version}

Project: ${name}
Short description: ${description}
URL: ${url}

Developing
    Please see the SKETCH website above for all development notes.

Running
    >>> sketch -h

Packaging with backend -- replace the "../sketch-backend" with whereever you have the backend project.
    >>> mvn assembly:assembly -Dsketch-backend-proj=../sketch-backend

Troubleshooting
    - Make sure you have Java 1.6.0 or later installed. Try this with "java -version".