/langpie.github.io

An Opensource Raspberry Pi Based Smart Car Project (Web) - 树莓派开源智能车项目 (网页)

LangPie

LangPie Project Site

The offcial website of Langpie, the site is generated by GitHub Actions.

  • Source code: branch: sources
  • Pages: branch: master
  • Archive: branch: archive

Status

Action

Sitemap

langpie.github.io
├── README.md
├── docs
│   ├── about.md
│   ├── docs
│   │   ├── getting-start
│   │   │   ├── preparation.md
│   │   │   └── tools.md
│   │   ├── goals
│   │   │   └── overview.md
│   │   ├── hardware
│   │   │   └── drawpcb.md
│   │   └── software
│   │       └── basic.md
│   ├── index.md
│   ├── sidebar_contents
│   │   ├── en.js
│   │   └── zh.js
│   └── zh
│       ├── about.md
│       ├── docs
│       │   ├── getting-start
│       │   │   ├── preparation.md
│       │   │   └── tools.md
│       │   ├── goals
│       │   │   └── overview.md
│       │   ├── hardware
│       │   │   └── drawpcb.md
│       │   └── software
│       │       └── basic.md
│       └── index.md
├── icon.png
└── package.json

Contribute

  1. Clone langpie.github.io repository to your computer
    git clone https://github.com/langpie/langpie.github.io.git
  2. Enter langpie.github.io folder, install dependencies
    npm i
    # or
    yarn install
  3. Start realtime development
    npm run docs:dev
    # or
    yarn docs:dev
  4. Build and publish
    npm run docs:build
    # or
    yarn docs:build