Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
makamekm authored Oct 23, 2024
1 parent 7650949 commit 9918973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
Expand Down

0 comments on commit 9918973

Please sign in to comment.