# go-kratos.dev **Repository Path**: mirror_golang/go-kratos.dev ## Basic Information - **Project Name**: go-kratos.dev - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-17 - **Last Updated**: 2021-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Website ![documentation](https://github.com/go-kratos/go-kratos.dev/workflows/documentation/badge.svg) [go-kratos.dev](https://go-kratos.dev) website. # Contributing Refer to [Documentation Guide](https://go-kratos.dev/en/docs/community/documentation/)。 # Running the development server To preview your changes as you edit the files, you can run a local development server that will serve your website and it will reflect the latest changes. ```bash yarn run start ``` # Build Build static site into `build` directory ```bash yarn run build ```