Crates.io | john-de-silencio |
lib.rs | john-de-silencio |
version | 0.1.0 |
source | src |
created_at | 2024-04-18 12:07:08.672166 |
updated_at | 2024-04-18 12:07:08.672166 |
description | Personal website of Nicholas R. Smith (@johnDeSilencio) |
homepage | https://johndesilenc.io |
repository | https://github.com/johnDeSilencio/johnDeSilencio.github.io |
max_upload_size | |
id | 1212444 |
size | 85,299 |
A personal website showcasing my resume and personality.
Prerequisites:
rustc
and cargo
installed on your computer (you can follow the
guide here)trunk
: cargo install --locked trunk
wasm32-unknown-unknown
target:
rustup install wasm32-unknown-unknown
$> 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