Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```