Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.12 KB

✨lemorage.github.io✨

This repository contains the source code for my personal website, built entirely in pure Rust.

Installation Guide

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:

1. Install cargo-make

If you haven't already installed cargo-make, you can do so by running the following command:

cargo install cargo-make

2. Clone the Repository

Start by cloning the project to your local machine:

git clone git@github.com:lemorage/lemorage.github.io.git
cd lemorage.github.io

3. Running the Automated Workflow

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.