Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 557 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 557 Bytes

Website

documentation

go-kratos.dev website.

Contributing

Refer to Documentation Guide

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.

yarn run start

Build

Build static site into build directory

yarn run build