This repository contains the source code for my personal website, built entirely in pure Rust.
Follow the steps below to build and run this project.
Note: The steps assume that Rust and the associated toolchain are already installed on your machine. If you haven't installed Rust yet, please refer to the official Rust website for installation instructions.
To simplify the process of building and running this project, you can use cargo-make
. Here’s how to set up the workflow:
If you haven't already installed cargo-make
, you can do so by running the following command:
cargo install cargo-make
Start by cloning the project to your local machine:
git clone git@github.com:lemorage/lemorage.github.io.git
cd lemorage.github.io
Once you've cloned the repository, you can run the entire build process by executing:
cargo make
This command will take care of building and running the project in one go.