Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johnowhitaker/utils
- Owner: johnowhitaker
- License: mit
- Created: 2024-10-23T16:58:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:45:36.000Z (2 months ago)
- Last Synced: 2024-10-24T13:46:46.569Z (2 months ago)
- Language: HTML
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)