Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.05 KB

File metadata and controls

24 lines (18 loc) · 1.05 KB

Add Your Project

Want to showcase your Rust project? We'd love to feature it! You can add your project in two ways:

Option 1: Use the Interactive Script (Easiest)

  1. Fork and clone the site
  2. Activate mise to get any necessary dependencies (or simply install gum)
  3. Run the script: ./scripts/add-project.sh
  4. Follow the prompts to add your project details
  5. Submit a pull request with your changes (gh pr create)

Option 2: Manual Edit

  1. Fork and Clone the tokyo-rust website repository
  2. Edit content/projects.md and content/projects.jp.md
  3. Add a new [[extra.project]] entry with your project details:
    • name: Your project name
    • url: Link to your project repository
    • logo_url: (Optional) URL to your project logo or GitHub avatar
    • description: Brief description of what your project does
  4. Submit a pull request

All projects by Tokyo Rust community members are welcome!