vrm.dev

This repository contains a source files for vrm.dev.

Contributing

vrm.dev requires the installation of Hugo (extended) v0.56.3.

$ git clone https://github.com/vrm-c/vrm.dev.git
$ cd vrm.dev
$ npm i
$ hugo server -D
$ open http://localhost:1313/

vrm.dev contains built HTML documents in the repository. Run hugo command to generate HTML documents before sending Pull Request.