Spatial-quickstart provides the scala project skeleton and a build.sbt configured to fetch Spatial from the Nexus Repository Manager without requiring a local installation or build of the compiler. If you prefer the full language and compiler, visit the Spatial repo
Please follow these instructions to install spatial-quickstart:
git clone https://github.com/stanford-ppl/spatial-quickstart.git
export SPATIAL_HOME=`pwd`/spatial-quickstart
bin/spatial <name of app> <compile flags>
cd <generated directory>
make <target>
bash run.sh <arguments>