This is a ChargePi website and documentation hosting project. It is built using Docusaurus 2.
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.
pnpm run build
This command generates static content into the build
directory and can be served using any static contents hosting
service.
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
This project is licensed under the MIT License. See the LICENSE file for details.
We welcome contributions to this project! Please read our Contributing Guide for details on how to get started.