1 unstable release
0.1.0 | Apr 18, 2024 |
---|
#269 in WebAssembly
24KB
122 lines
My Website
A personal website showcasing my resume and personality.
Installation
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
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
Dependencies
~20–32MB
~501K SLoC