This repository contains source files for vrm.dev.
このレポジトリはvrm.devのソースファイルを含みます。
vrm.dev requires Sphinx.
- Python 3.10
- pip
- sphinx
- myst_parser
- furo
We recommend using a virtual environment of Python (e.g. venv, anaconda).
$ python
Python 3.10.6
$ pip install --requirement ./requirement.txt
Start a local website server by running the following commands:
$ sphinx-autobuild docs build -b=dirhtml --open-browser
Access your local version of vrm.dev at http://localhost:8000/ to preview update/changes made in scripts.