Code for the Johnny Decimal Index Generator web app
# 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