Brief description of the project goes here.
Some notes about how to download a release and get started using the application.
Development of this project currently requires the NetBeans IDE.
- Clone this repository with
git clone --recursive https://github.com/WEKarnesky/solarisskunkwerks
. - Open the project with NetBeans.
- To be able to run the application directly from the NetBeans IDE, right click on the SSW project and go to the Run tab, then change the working directory to
./dist
. - Right click the
SSW
project and clickBuild
. From now on you can launch the application from./dist
withjava -jar SSW.jar
or from NetBeans with theRun Main Project
menu.
First, fork this repository and create a new branch for your feature. Commit your changes and then submit a pull request to the develop
branch to have your changes reviewed and merged.