Skip to content

Files

Latest commit

7d62658 · May 28, 2025

History

History
38 lines (24 loc) · 942 Bytes
·

README.md

File metadata and controls

38 lines (24 loc) · 942 Bytes
·

ChargePi website

This is a ChargePi website and documentation hosting project. It is built using Docusaurus 2.

Local Development

pnpm 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.

Build

pnpm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Using Docker

You can also build the site using Docker. Make sure you have Docker installed and run:

    docker compose -f ./docker-compose.dev.yaml up --build

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

We welcome contributions to this project! Please read our Contributing Guide for details on how to get started.