To get the latest code, grab it by cloning the repository from GitHub:
$ git clone https://github.com/FredericHeem/starhackit.git yourproject
$ cd yourproject
# cd server
# npm install
# npm run setup
# npm start
# cd client
# npm install
# npm start