https://github.com/vrm-c/vrm.dev.en
This repository is an English translation of vrm.dev.
docusaurus.config.ts # docusaurus config
sidebars.ts # sidebar hierarchy
docs/ # markdown articles
+ *.md
blog/ # markdown articles
+ *.md
src/ # Other pages. React
+ pages/
index.tsx # /index.html
Start a local website server by running the following commands:
npm install
npm run dev
Preview starts at http://localhost:3000/en/
We welcome PullRequests to this repository.