Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 858 Bytes

File metadata and controls

39 lines (26 loc) · 858 Bytes

Portfolio

A basic portfolio site, using flutter and rust. Wanted this to feel take some inspiration from basic IDE's and add some nice custom theming, so built out the application to have many different themes the user can select from.

Technologies Used

  • Flutter: Mature front end framework
  • Rust: Type safe, and powerful
  • Quicktype: Allows for conversion of rust -> dart

Getting started

Clone repo

git clone https://github.com/JonasESmith/JonasESmith.github.io.git

get necessary packages

cd JonasESmith.github.io && flutter pub get

build for...

flutter run -d chrome
flutter run -d macos
flutter run ... other devices

making changes to app_data.rs inside of portfolio_data/

cd portfolio_data
cargo run