Skip to content

Latest commit

 

History

History
172 lines (154 loc) · 3.61 KB

README.md

File metadata and controls

172 lines (154 loc) · 3.61 KB

Into the Book

An interactive curriculum based on The Rust Book.

The content in the above book has been modified to be interactive and more engaging. The content is broken down into smaller, more manageable chunks, and each section has tests to ensure the reader understands the content.

Into the Book

Interactivity

Getting Started

Local Development

  1. Clone this repository:
git clone https://github.com/ShaunSHamilton/into-the-book.git
  1. Open in VSCode:
cd into-the-book
code .
  1. Open the command palette (Ctrl+Shift+P) and run the command Dev Containers: Rebuild Container and Reopen in Container.

  2. Once finished, open the command palette again, and run freeCodeCamp: Run Course.

  3. Choose a course, and follow the instructions 🎉

With Gitpod

Open in Gitpod

Once finished choose a course, and follow the instructions 🦀

Roadmap

Chapter Status
Content Tests Definitions
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
Chapter 9
Chapter 10
Chapter 11
Chapter 12
Chapter 13
Chapter 14
Chapter 15
Chapter 16
Chapter 17
Chapter 18
Chapter 19
Chapter 20