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
SSWproject and clickBuild. From now on you can launch the application from./distwithjava -jar SSW.jaror from NetBeans with theRun Main Projectmenu.
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.