Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.51 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.51 KB

My Website

License: MIT codecov e2e-tests MSRV

A personal website showcasing my resume, personality, and skillset.

Installation

Prerequisites:

  1. You have rustc and cargo installed on your computer (you can follow the guide here)
  2. You have installed trunk: cargo install --locked trunk
  3. You have installed the wasm32-unknown-unknown target: rustup install wasm32-unknown-unknown
  4. You have cloned the repository
$> git clone https://github.com/johnDeSilencio/johnDeSilencio.github.io.git

Usage

Navigate to the directory where you have cloned the repository and run the following command:

$> trunk serve

After trunk finishes building, navigate to http://127.0.0.1:8080 to view the website locally.

FAQ

Contributing

See CONTRIBUTING.md

License

Licensed under either of

at your option.