From 99189733d33786bc625a988e012ae2cfa418510d Mon Sep 17 00:00:00 2001 From: Maxim Karpov Date: Wed, 23 Oct 2024 12:04:32 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5478e59..dd8414f 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Diplodoc Static Template -### Confgure GitHub secrets +### Confgure GitHub Pages Enable GitHub pages (Settings -> Pages -> Build and deployment (Source) -> GitHub Action), then your github action will start working -### Prepare develop your environment +### Local run ```sh -rm -rf ./build/* +rm -rf ./build npx -y @diplodoc/cli -i ./ -o ./build npx -y http-server ./build --port=5000 --host=0.0.0.0 --cors ```