john-de-silencio

Crates.iojohn-de-silencio
lib.rsjohn-de-silencio
version0.1.0
sourcesrc
created_at2024-04-18 12:07:08.672166
updated_at2024-04-18 12:07:08.672166
descriptionPersonal website of Nicholas R. Smith (@johnDeSilencio)
homepagehttps://johndesilenc.io
repositoryhttps://github.com/johnDeSilencio/johnDeSilencio.github.io
max_upload_size
id1212444
size85,299
Nicholas R. Smith (johnDeSilencio)

documentation

README

My Website

License: MIT codecov e2e-tests MSRV

A personal website showcasing my resume and personality.

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

Commit count: 55

cargo fmt