SNAP! is the acronym for Simple Nomad Application Portal.
More to come.
git clone https://github.com/snap-project/snap
cd snap
# Download default apps
git clone https://github.com/snap-project/snap-apps.git apps
# Install SNAP! dependencies
npm install
# Install default apps & theme dependencies
npm run install-apps-deps
# Run
npm start