We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acffa6 commit 80c25b5Copy full SHA for 80c25b5
CONTRIBUTING.md
@@ -81,7 +81,9 @@ VS Code will build the container and configure the development environment autom
81
Once done, you can open a Terminal and launch the development server in the DevContainer with the following command:
82
83
```shell
84
-cd docs
+cd www
85
+../tools/combine-versions.sh
86
+bundle exec jekyll serve
87
netlify dev -c 'bundle exec jekyll serve --livereload --incremental'
88
```
89
0 commit comments