You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# you should kill the process by command `kill`# find the process with command `ps aux | grep vuepress`# Ctrl + C is just kills the gradle process, not the node process
./gradlew :docs:dev
dev mode with docker
podman run --rm \
-p 8080:8080 \
-v $(pwd)/docs:/app \
--workdir /app \
-it docker.io/library/node:21.4.0-alpine sh -c 'npm install && npm run dev'