Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightyourjourney/raspberry-pi-tutorial
Everything you need to know about Raspberry Pi.
https://github.com/lightyourjourney/raspberry-pi-tutorial
microcomputer raspberry-pi tutorial
Last synced: 3 months ago
JSON representation
Everything you need to know about Raspberry Pi.
- Host: GitHub
- URL: https://github.com/lightyourjourney/raspberry-pi-tutorial
- Owner: LightYourJourney
- License: cc-by-sa-4.0
- Created: 2024-08-16T01:10:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T07:55:38.000Z (3 months ago)
- Last Synced: 2024-10-15T17:43:38.757Z (3 months ago)
- Topics: microcomputer, raspberry-pi, tutorial
- Language: Markdown
- Homepage: https://pi.yanjinli.fun/
- Size: 74.1 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Raspberry Pi Tutorial
English | [简体中文](./README.zh-CN.md)
## Online Reading
This project is hosted on GitHub Pages and can be read online at [https://pi.yanjinli.fun/](https://pi.yanjinli.fun/).
## Local Deployment
First, ensure that [`Node.js`](https://nodejs.org/) and [`yarn`](https://yarnpkg.com/) 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:
```shell
node -v
yarn -v # npm -v / pnpm -v
```> This project uses `yarn` as the package manager, but you can also use [`npm`](https://www.npmjs.com/) or [`pnpm`](https://pnpm.io/).
```shell
git clone https://github.com/LightYourJourney/raspberry-pi-tutorial.git
cd ./raspberry-pi-tutorial
yarn install
yarn docs:dev
```## Repo Status
![Repo Status](https://repobeats.axiom.co/api/embed/249f1051699537518d580cf67ef0f81d4519e9a2.svg)
## Contributing
Contributions to the content of the guide and the website source code are welcome, as are contributions to the upstream documents of this guide.
## License
The documentation is availably free under the [Creative Commons BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license. For details, see [LICENSE](https://github.com/LightYourJourney/raspberry-pi-tutorial/blob/main/LICENSE).
## Contributors
## Stargazers over time
[![Stargazers over time](https://starchart.cc/LightYourJourney/raspberry-pi-tutorial.svg?variant=adaptive)](https://starchart.cc/LightYourJourney/raspberry-pi-tutorial)