/vrm.dev.en

english translation

Primary LanguageTypeScript

vrm.dev.en

https://github.com/vrm-c/vrm.dev.en

This repository is an English translation of vrm.dev.

directory structure

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

local preview

Start a local website server by running the following commands:

npm install
npm run dev

Preview starts at http://localhost:3000/en/

contributing

We welcome PullRequests to this repository.