Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johnowhitaker/utils

Little utilities, mostly AI-made, for my own use.
https://github.com/johnowhitaker/utils

Last synced: about 2 months ago
JSON representation

Little utilities, mostly AI-made, for my own use.

Awesome Lists containing this project

README

        

# utils
Little utilities, mostly AI-made, for my own use.

# Adding Apps

- Standalone HTML files go in their own folder in `static_apps`, as do claude artifacts exported with the tool

# Exporting artifacts

- Clone the tool https://github.com/claudio-silva/claude-artifact-runner
- `npm install`
- Copy code from claude into artifact-component.tsx
- `npx vite build`
- Copy the dist folder to the static_apps folder
- Add an entry to static_apps e.g. `mv dist/ ../utils/static_apps/gravy`
- Optionally test within the folder with `python -m http.server 5454` (or similar)