Skip to content
On this page

fresh-vitepress-site

Fresh VitePress site, automatically generated everyday

Result

Time spent0m 25s
Disk usage51 MB
pwuser@factory:/workspace$ bash -exc 'mkdir fresh-app
> cd fresh-app
> yarn add --dev vitepress vue
> wget https://github.com/vuejs/vitepress/raw/main/docs/index.md -O index.md
> wget https://github.com/vuejs/vitepress/raw/main/.gitignore -O .gitignore
> cat package.json | jq '\''.scripts.dev = "vitepress dev" | .scripts.build = "vitepress build" | .scripts.serve = "vitepress serve"'\'' > package.json.tmp && mv package.json.tmp package.json
> yarn build
> test -f .vitepress/dist/index.html && echo "Ok, output file exists" || (echo "Error, output file does not exist" && exit 1)' < /dev/null; echo 'Finished running generator.'
+ mkdir fresh-app
+ cd fresh-app
+ yarn add --dev vitepress vue
cd /workspace/fresh-app/.vitepress/dist
yarn add v1.22.19
info No lockfile found.
[1/4] Resolving packages...
warning vitepress > vue > @vue/compiler-sfc > magic-string > sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "vitepress > @docsearch/js > @docsearch/react > @algolia/autocomplete-preset-algolia@1.7.2" has unmet peer dependency "@algolia/client-search@>= 4.9.1 < 6".
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 47 new dependencies.
info Direct dependencies
├─ vitepress@1.0.0-alpha.30
└─ vue@3.2.45
info All dependencies
├─ @algolia/autocomplete-core@1.7.2
├─ @algolia/autocomplete-preset-algolia@1.7.2
├─ @algolia/cache-browser-local-storage@4.14.2
├─ @algolia/cache-in-memory@4.14.2
├─ @algolia/client-account@4.14.2
├─ @algolia/client-analytics@4.14.2
├─ @algolia/client-personalization@4.14.2
├─ @algolia/logger-console@4.14.2
├─ @algolia/requester-browser-xhr@4.14.2
├─ @algolia/requester-node-http@4.14.2
├─ @docsearch/css@3.3.0
├─ @docsearch/js@3.3.0
├─ @docsearch/react@3.3.0
├─ @types/web-bluetooth@0.0.16
├─ @vitejs/plugin-vue@3.2.0
├─ @vue/devtools-api@6.4.5
├─ @vue/reactivity-transform@3.2.45
├─ @vue/reactivity@3.2.45
├─ @vue/runtime-core@3.2.45
├─ @vueuse/core@9.6.0
├─ @vueuse/metadata@9.6.0
├─ @vueuse/shared@9.6.0
├─ algoliasearch@4.14.2
├─ body-scroll-lock@4.0.0-beta.0
├─ csstype@2.6.21
├─ esbuild-linux-64@0.15.18
├─ esbuild@0.15.18
├─ function-bind@1.1.1
├─ has@1.0.3
├─ is-core-module@2.11.0
├─ jsonc-parser@3.2.0
├─ nanoid@3.3.4
├─ path-parse@1.0.7
├─ picocolors@1.0.0
├─ postcss@8.4.19
├─ preact@10.11.3
├─ resolve@1.22.1
├─ rollup@2.79.1
├─ shiki@0.11.1
├─ source-map-js@1.0.2
├─ sourcemap-codec@1.4.8
├─ supports-preserve-symlinks-flag@1.0.0
├─ vite@3.2.5
├─ vitepress@1.0.0-alpha.30
├─ vscode-oniguruma@1.7.0
├─ vscode-textmate@6.0.0
└─ vue@3.2.45
Done in 6.95s.
+ wget https://github.com/vuejs/vitepress/raw/main/docs/index.md -O index.md
--2022-12-09 00:33:47--  https://github.com/vuejs/vitepress/raw/main/docs/index.md
Resolving github.com (github.com)... 140.82.112.3
Connecting to github.com (github.com)|140.82.112.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/vuejs/vitepress/main/docs/index.md [following]
--2022-12-09 00:33:47--  https://raw.githubusercontent.com/vuejs/vitepress/main/docs/index.md
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1132 (1.1K) [text/plain]
Saving to: 'index.md'

index.md                      100%[=================================================>]   1.11K  --.-KB/s    in 0s      

2022-12-09 00:33:48 (35.9 MB/s) - 'index.md' saved [1132/1132]

+ wget https://github.com/vuejs/vitepress/raw/main/.gitignore -O .gitignore
--2022-12-09 00:33:48--  https://github.com/vuejs/vitepress/raw/main/.gitignore
Resolving github.com (github.com)... 140.82.112.4
Connecting to github.com (github.com)|140.82.112.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/vuejs/vitepress/main/.gitignore [following]
--2022-12-09 00:33:48--  https://raw.githubusercontent.com/vuejs/vitepress/main/.gitignore
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 163 [text/plain]
Saving to: '.gitignore'

.gitignore                    100%[=================================================>]     163  --.-KB/s    in 0s      

2022-12-09 00:33:48 (6.76 MB/s) - '.gitignore' saved [163/163]

+ jq '.scripts.dev = "vitepress dev" | .scripts.build = "vitepress build" | .scripts.serve = "vitepress serve"'
+ cat package.json
+ mv package.json.tmp package.json
+ yarn build
yarn run v1.22.19
warning package.json: No license field
$ vitepress build
/opt/factory/bin/screenshot 'http-server' 8080 || true; echo 'Finished taking screenshot.'
exit
vitepress v1.0.0-alpha.30
 building client + server bundles...
 rendering pages...
build complete in 6.36s.
Done in 6.81s.
+ test -f .vitepress/dist/index.html
+ echo 'Ok, output file exists'
Ok, output file exists
Finished running generator.
pwuser@factory:/workspace$ cd /workspace/fresh-app/.vitepress/dist
pwuser@factory:/workspace/fresh-app/.vitepress/dist$ /opt/factory/bin/screenshot 'http-server' 8080 || true; echo 'Finished taking screenshot.'
+ start-test http-server :8080 'cd /workspace && (playwright screenshot --viewport-size=1280,720 http://localhost:8080 /workspace/screenshot.png; playwright screenshot --viewport-size=1280,720 --wait-for-timeout=4096 http://localhost:8080 /workspace/screenshot.png)'
1: starting server using command "http-server"
and when url "[ 'http://localhost:8080' ]" is responding with HTTP status code 200
running tests using command "cd /workspace && (playwright screenshot --viewport-size=1280,720 http://localhost:8080 /workspace/screenshot.png; playwright screenshot --viewport-size=1280,720 --wait-for-timeout=4096 http://localhost:8080 /workspace/screenshot.png)"

Starting up http-server, serving ./

http-server version: 14.1.1

http-server settings: 
CORS: disabled
Cache: 3600 seconds
Connection Timeout: 120 seconds
Directory Listings: visible
AutoIndex: visible
Serve GZIP Files: false
Serve Brotli Files: false
Default File Extension: none

Available on:
  http://127.0.0.1:8080
  http://172.17.0.3:8080
Hit CTRL-C to stop the server

[2022-12-09T00:33:57.619Z]  "HEAD /" "axios/0.21.4"
(node:93) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
(Use `node --trace-deprecation ...` to show where the warning was created)
Navigating to http://localhost:8080
[2022-12-09T00:33:58.220Z]  "GET /" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
[2022-12-09T00:33:58.233Z]  "GET /assets/style.6efd2dcd.css" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
[2022-12-09T00:33:58.237Z]  "GET /assets/app.0ef2a94e.js" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
[2022-12-09T00:33:58.238Z]  "GET /assets/index.md.d25bc094.lean.js" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
[2022-12-09T00:33:58.263Z]  "GET /assets/inter-latin.4fe6132f.woff2" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
Capturing screenshot into /workspace/screenshot.png
[2022-12-09T00:33:58.365Z]  "GET /assets/guide_getting-started.md.undefined.js" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
Navigating to http://localhost:8080
[2022-12-09T00:33:59.043Z]  "GET /" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
[2022-12-09T00:33:59.057Z]  "GET /assets/style.6efd2dcd.css" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
[2022-12-09T00:33:59.060Z]  "GET /assets/app.0ef2a94e.js" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
[2022-12-09T00:33:59.067Z]  "GET /assets/index.md.d25bc094.lean.js" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
[2022-12-09T00:33:59.110Z]  "GET /assets/inter-latin.4fe6132f.woff2" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
Waiting for timeout 4096...
[2022-12-09T00:33:59.181Z]  "GET /assets/guide_getting-started.md.undefined.js" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/106.0.5249.30 Safari/537.36"
Capturing screenshot into /workspace/screenshot.png
http-server stopped.
Finished taking screenshot.
pwuser@factory:/workspace/fresh-app/.vitepress/dist$ exit
exit

Screenshot

Screenshot