English | 简体中文
This project is hosted on GitHub Pages and can be read online at https://pi.yanjinli.fun/.
First, ensure that Node.js
and yarn
are installed on your computer.
Execute the following commands in the terminal. If the version numbers are output, it means you have successfully installed them:
node -v
yarn -v # npm -v / pnpm -v
This project uses
yarn
as the package manager, but you can also usenpm
orpnpm
.
git clone https://github.com/LightYourJourney/raspberry-pi-tutorial.git
cd ./raspberry-pi-tutorial
yarn install
yarn docs:dev
Contributions to the content of the guide and the website source code are welcome, as are contributions to the upstream documents of this guide.
The documentation is availably free under the Creative Commons BY-SA 4.0 license. For details, see LICENSE.