A personal website showcasing my resume, personality, and skillset.
Prerequisites:
- You have
rustc
andcargo
installed on your computer (you can follow the guide here) - You have installed
trunk
:cargo install --locked trunk
- You have installed the
wasm32-unknown-unknown
target:rustup install wasm32-unknown-unknown
- You have cloned the repository
$> git clone https://github.com/johnDeSilencio/johnDeSilencio.github.io.git
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.
See CONTRIBUTING.md
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.