Skip to content
/ course Public

Open Verification Platform Teaching Course, aimed at enabling students to master the basic skills of participating in open hardware verification, implemented based on the Docsy theme.

License

Notifications You must be signed in to change notification settings

XS-MLVP/course

Repository files navigation

OpenVerify Platform Course Website

Build

Basic Environment Setup

  1. Install Node.js (version 10.15.3 or above)

    curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
    sudo apt-get install -y nodejs
  2. Install Hugo (version 0.110.0 or above)

    sudo pip3 install hugo
  3. Install Golang (version 1.18.0 or above)

    sudo add-apt-repository ppa:longsleep/golang-backports
    sudo apt update
    sudo apt install golang-go
  4. Install Dependencies

    npm install -D autoprefixer
    npm install -D postcss-cli
    npm install -D postcss

Build the Website

  1. Clone the repository

    git clone git@github.com:XS-MLVP/course.git
  2. Run Hugo

    hugo server -p 8080

About

Open Verification Platform Teaching Course, aimed at enabling students to master the basic skills of participating in open hardware verification, implemented based on the Docsy theme.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published