Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekafyi/johnnydecimal-index-generator
Code for the Johnny Decimal Index Generator web app
https://github.com/ekafyi/johnnydecimal-index-generator
snowpack svelte tailwindcss typescript
Last synced: 29 days ago
JSON representation
Code for the Johnny Decimal Index Generator web app
- Host: GitHub
- URL: https://github.com/ekafyi/johnnydecimal-index-generator
- Owner: ekafyi
- License: mit
- Created: 2021-04-18T05:48:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T09:37:54.000Z (over 3 years ago)
- Last Synced: 2024-10-03T09:57:47.355Z (3 months ago)
- Topics: snowpack, svelte, tailwindcss, typescript
- Language: Svelte
- Homepage: https://johnny-decimal-generator.netlify.app/
- Size: 67.4 KB
- Stars: 52
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Johnny•Decimal Index Generator
Code for the [Johnny Decimal Index Generator](https://johnny-decimal-generator.netlify.app/) web app
- Design your [Johnny Decimal](https://johnnydecimal.com/) system with a drag & drop interface
- Generate the JD index in text format once you’re done
- [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share) — Share easily from mobile devices
- PWA + [Workbox](https://developers.google.com/web/tools/workbox) — Install it and/or use it offline## Develop
```bash
# 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
```