- Launch 2 applications, Docker & Visual Studio (VS) Code.
- SSH into the Vagrant Environment.
- Navigate to the src folder.
- Run the following code to clone the repository:
git clone https://github.com/TheWongLife/Rusty-Wordle
- Navigate to the repository folder.
- Build the Project:
cargo build
- Run the Project:
cargo run