Code for the Johnny Decimal Index Generator web app
- Design your Johnny Decimal system with a drag & drop interface
- Generate the JD index in text format once you’re done
- Web Share API — Share easily from mobile devices
- PWA + Workbox — Install it and/or use it offline
# clone from this repo or from your own fork
git clone https://github.com/ekafyi/johnnydecimal-index-generator.git
cd johnnydecimal-index-generator
# install dependencies (example with npm; you may also use yarn)
npm install
# run on develop mode
npm run start
# build to static "/build" directory
npm run build