|
4 years ago | |
---|---|---|
.bundle | 5 years ago | |
_data | 4 years ago | |
_includes | 4 years ago | |
_layouts | 4 years ago | |
_sass | 4 years ago | |
assets | 4 years ago | |
css | 4 years ago | |
js/src | 4 years ago | |
lang/en | 4 years ago | |
scripts | 4 years ago | |
-debug.html | 6 years ago | |
.babelrc | 5 years ago | |
.editorconfig | 5 years ago | |
.gitignore | 5 years ago | |
.gitlab-ci.yml | 4 years ago | |
.gitmodules | 6 years ago | |
.prettierignore | 5 years ago | |
.prettierrc | 5 years ago | |
.ruby-version | 5 years ago | |
.travis.yml | 6 years ago | |
404.html | 4 years ago | |
Gemfile | 6 years ago | |
Gemfile.lock | 5 years ago | |
Makefile | 6 years ago | |
README.md | 4 years ago | |
_config.yml | 4 years ago | |
_redirects | 5 years ago | |
blog.html | 6 years ago | |
crowdin.yaml | 6 years ago | |
favicon.png | 5 years ago | |
feed.xml | 6 years ago | |
index.html | 6 years ago | |
install.sh | 4 years ago | |
latest-rc-version | 6 years ago | |
latest-version | 6 years ago | |
package.json | 5 years ago | |
robots.txt | 4 years ago | |
webpack.config.js | 5 years ago | |
yarn.lock | 5 years ago |
This repo contains the source code for docs.joinpeertube.org. Please refer to the self-contained documentation of PeerTube for canonical technical reference.
You should ensure you have Yarn and Bundler installed:
$ gem install bundler
And then:
$ make
Or:
$ make install
$ make serve
On Windows, make
is not available, so you need to execute bundle
and jekyll
directly:
bundle install
bundle exec jekyll serve --incremental