Skip to content

vrm-c/vrm.dev.en

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.1%
  • HTML 10.2%
  • Python 7.1%
  • CSS 5.1%
  • JavaScript 1.9%
  • MDX 0.6%