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

https://github.com/brandonhimpfen/prompts

Reusable prompts in a calmer, cleaner workspace.
https://github.com/brandonhimpfen/prompts

ai artificial-intelligence future-of-work office prompt prompt-engineering prompts work

Last synced: about 1 month ago
JSON representation

Reusable prompts in a calmer, cleaner workspace.

Awesome Lists containing this project

README

          

# prompts — Jekyll

This is a Jekyll version that builds to the same UI/functionality as the static site.

## Local run
```bash
bundle install
bundle exec jekyll serve
```

Then open: http://127.0.0.1:4000

## Notes
- `/assets/js/prompts-data.js` is generated from `_data/prompts.yml` at build time.
- The Builder markup matches the working static version, so `builder.js` loads correctly.