Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Quick Start

Clone the Template Repository

git clone https://github.com/voidmerge/voidmerge-template.git

# then go into the directory
cd voidmerge-template

Install Dependencies

npm install

Run the VM Server (Using Docker):

npm run start-docker

Open a browser:

http://127.0.0.1:8080/test/

No Docker? Install the "vm" Cli Tool.

https://rustup.rs/

cargo install voidmerge

Run the VM Server (Using Native CLI):

npm start

Open a browser:

http://127.0.0.1:8080/test/