Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

evcc documentation

License

NotificationsYou must be signed in to change notification settings

evcc-io/docs

Repository files navigation

Official documentation repository ofevcc.

General

  • The source content of the foldertemplates is thetemplates/definition folder in theevcc repository
  • We recommend to test changes locally, use the instructions below to run the documentation page locally as you can see how the changes will look like on the web page while you make changes.
  • English translation: If possible please provide the translation in English as well to ensure that the content does not get out of sync.

Local setup

First clone the repository, then follow with the following steps.

Requirement: You need to havenodejs (version >= 22) andnpm installed (comes withnodejs).

Installation

$ npm ci

Local Development

$ npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Start in English mode.

npm run start -- --locale en

Build

$ npm run build

This command generates static content into thebuild directory and can be served using any static contents hosting service. It should be run before any changes are committed, as it also includes link checking.

Update CLI docs

CLI documentation is automatically generated.Generation needs to be triggered manually.Run this command inside the evcc core repository (e.g../evcc).

go run main.go gendoc ../evcc-docs/docs/reference/cli/

[8]ページ先頭

©2009-2025 Movatter.jp