Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 959 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 959 Bytes

Preset Explorer

Presets Explorer

presets.ray.so

Easily browse, share, and add presets to Raycast


Contributing

This is a Next.js project. If you're unfamiliar with it, check out the Next.js Documentation.

To get started, download the repo and run the development server:

npm run dev

Presets

We welcome contributions to the presets data. Here's how you can contribute:

  • Open ./data/presets.ts
  • Add your preset to the relevant category
    • Ensure it includes all fields, and that they're unique within their category
  • Create a pull request 🚀