Skip to content

kpietak/rust-course

Repository files navigation

Programming in Rust

Set up

The course is created with Nextra Docs Theme. To build the course site you need to install pnpm (see more details how to install pnpm here) or other package manager.

If you have pnpm installed, follow the steps below:

  1. Install all required packages:
    pnpm install
    
  2. Run development version of the course site:
    pnpm dev
    
    The site will be available at http://localhost:3000

Static site with Docker

You can also build a static site and than publish it using Docker and BusyBox HTTP server.

  1. Build static site:
    pnpn build
    
    The page will be generated to ./out directory.
  2. Create and start docker container:
    docker compose up
    
    The site will be available at http://localhost:3000

About

Introduction to Rust programming language (PL)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages