Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 450 Bytes

File metadata and controls

16 lines (14 loc) · 450 Bytes

Personal Website

Built using Rust for backend and Reactjs for frontend.
The render protocol is inspired by inertiajs.

How to run

  • Have rust & cargo setup
  • Have nodejs & npm setup
  • Open 2 terminals and execute the following
# terminal a
cargo run

# terminal b
npm run dev