SeedyROM/kiko

Local Development - Linux + new rust/cargo env

開放

#8 建立於 2025年9月13日

 (2 則留言) (0 個反應) (0 位負責人)Rust (0 個分叉)auto 404
bugdocumentationgood first issuehelp wanted

倉庫指標

星標
 (0 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

@SeedyROM Just sharing some notes about my set up experience, and the eventual blocker i hit.

  1. Bonus points for mentioning rust installation. I thought i had it. This saved me time.
    • as a n00b to rust i got a lil confused about the rust/rustup diff- they look the same thing?
    • rust and rust-up the same thing? Otherwise all good
  2. nice organization of /bin
    • follows common practices afaik, default intuitive to me
    • nice dx of startup script
  3. issues encountered
    • start up via ./bin/dev felt positive, but i when i went to http://localhost:8080/ there was this localhost page can't be found error.
    • however, when i go to localhost:3030 the console shows requests.
    • in reviewing console, while backend crates started, theres no indication (to me) that frontend crates did things

I copied this note from the console (i think, it was in my notes)

  ⚠️  Backend not responding yet...
💡 This might be due to:
   • Compilation errors (check server output above)
   • Slow build process (first build can take longer)
   • Missing dependencies
🔄 Continuing to wait, or press Ctrl+C to stop...

I'll give the docker a go/inspect, and provide env notes next time i come back to this.

貢獻者指南