SeedyROM/kiko

Local Development - Linux + new rust/cargo env

Aberta

#8 aberto em 13 de set. de 2025

 (2 comentários) (0 reação) (0 responsável)Rust (0 fork)auto 404
bugdocumentationgood first issuehelp wanted

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

@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.

Guia do colaborador