Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 1e5d19a

Browse files
committed
docs: website dev
1 parent 936a1c2 commit 1e5d19a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,13 @@ Gradle tasks to run tests:
7676
Re-running tests when tasks are up-to-date:
7777

7878
`./gradlew :sqlite-storage:storageTests --rerun-tasks`
79+
80+
81+
### Website
82+
83+
1. Make sure Python 3 (v3.11.7+) and pip (v24.0+) is installed
84+
2. Follow installation steps from [MkDocs Material](https://squidfunk.github.io/mkdocs-material/getting-started/#installation)
85+
3. Run development docs:
86+
```shell
87+
mkdocs serve
88+
```

0 commit comments

Comments
 (0)