# docs **Repository Path**: certimate-go/docs ## Basic Information - **Project Name**: docs - **Description**: Mirror of https://github.com/certimate-go/docs - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/certimate-go/docs - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-28 - **Last Updated**: 2025-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 📄 Documentation for [Certimate](https://github.com/certimate-go/certimate) Please visit [docs.certimate.me](https://docs.certimate.me/). ## Contributing This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. Site content is written in Markdown format located in `docs`. For simple edits, you can directly edit the file on GitHub and generate a Pull Request. ### Installation ```shell > npm install ``` ### Local Development ```shell > 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. ### Build ```shell > npm run build ``` This command generates static content into the `build` directory and can be served using any static contents hosting service.