Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 396 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 396 Bytes

Reflect

Use this platform to make a note of your reflections and learn from them.

How To Run The Project

  1. Install Rust on your machine.
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Switch to Nightly version of Rust for this project.
$ rustup override set nightly
  1. Run the project.
$ cargo run

Make sure you're in the root of the project.