项目作者: ekafyi

项目描述 :
Code for the Johnny Decimal Index Generator web app
高级语言: Svelte
项目地址: git://github.com/ekafyi/johnnydecimal-index-generator.git
创建时间: 2021-04-18T05:48:11Z
项目社区:https://github.com/ekafyi/johnnydecimal-index-generator

开源协议:MIT License

下载


Johnny•Decimal Index Generator

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

Develop

  1. # clone from this repo or from your own fork
  2. git clone https://github.com/ekafyi/johnnydecimal-index-generator.git
  3. cd johnnydecimal-index-generator
  4. # install dependencies (example with npm; you may also use yarn)
  5. npm install
  6. # run on develop mode
  7. npm run start
  8. # build to static "/build" directory
  9. npm run build