To run the application locally, you will need to download a copy of DynamoDB Local. There are instructions on this site for starting the database. The quickest way is to simply launch the JAR file by running the following in a terminal:
java -Djava.library.path=./DynamoDBLocal_b -jar DynamoDBLocal.jar -sharedDbOnce the local version is running, create the database structure by using the install script.
node install.jsAfter the database structure has been created, you can launch the local web server.
node index-local.jsComing soon...
