Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 607 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 607 Bytes

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.