This web-app wraps in a guided wizard the contents taken from the Raspbian / SD Cards compatibility table found on elinux.org
git clone git@github.com:KanoComputing/kano-sd-utility.git
cd kano-sd-utility
npm install
npm run build
npm start
Now you can use the app by opening your browser at localhost:2000
While developing you can run the watch tool to compile styles, html and javascript in real-time:
npm run watch
Copyright (C) 2014 Kano Computing Ltd. License: http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2
